├── .idea ├── .name ├── copyright │ └── profiles_settings.xml ├── encodings.xml ├── vcs.xml ├── libraries │ ├── play_services_ads_8_4_0.xml │ ├── junit_4_12.xml │ ├── play_services_base_8_4_0.xml │ ├── play_services_plus_8_4_0.xml │ ├── play_services_drive_8_4_0.xml │ ├── play_services_games_8_4_0.xml │ ├── play_services_appindexing_8_4_0.xml │ ├── play_services_basement_8_4_0.xml │ ├── library_2_4_0.xml │ ├── support_annotations_23_2_0.xml │ ├── hamcrest_core_1_3.xml │ ├── LeonidsLib_1_3_1.xml │ ├── library_1_0_1.xml │ ├── library_1_1_3.xml │ ├── design_23_2_0.xml │ ├── recyclerview_v7_23_2_0.xml │ ├── support_vector_drawable_23_2_0.xml │ ├── animated_vector_drawable_23_2_0.xml │ ├── appcompat_v7_23_2_0.xml │ └── support_v4_23_2_0.xml ├── modules.xml ├── runConfigurations.xml ├── compiler.xml ├── gradle.xml └── misc.xml ├── app ├── .gitignore ├── src │ ├── main │ │ ├── res │ │ │ ├── values-v21 │ │ │ │ └── styles.xml │ │ │ ├── raw │ │ │ │ ├── timer_sfx.wav │ │ │ │ ├── close_keyboard_sfx.wav │ │ │ │ ├── correct_line_sfx.wav │ │ │ │ ├── error_keyboard_sfx.wav │ │ │ │ ├── keyboard_click_sfx.wav │ │ │ │ ├── new_background_sfx.wav │ │ │ │ ├── keyboard_backspace_sfx.wav │ │ │ │ ├── new_line_figure_click_sfx.wav │ │ │ │ └── same_line_figure_click_sfx.wav │ │ │ ├── drawable-hdpi │ │ │ │ ├── okat.png │ │ │ │ ├── okrag.png │ │ │ │ ├── romb.png │ │ │ │ ├── skat.png │ │ │ │ ├── kwadrat.png │ │ │ │ ├── logo_s.png │ │ │ │ ├── okrag_z.png │ │ │ │ ├── question.png │ │ │ │ ├── romb_f.png │ │ │ │ ├── kwadrat_f.png │ │ │ │ ├── logo_menu.png │ │ │ │ ├── okat_ramka.png │ │ │ │ ├── romb_green.png │ │ │ │ ├── romb_ramka.png │ │ │ │ ├── skat_ramka.png │ │ │ │ ├── hamburger_03.png │ │ │ │ ├── kwadrat_blue.png │ │ │ │ ├── kwadrat_ramka.png │ │ │ │ ├── nextlevel_btn.png │ │ │ │ ├── okrag_ramka.png │ │ │ │ ├── play_button.png │ │ │ │ ├── romb_f_ramka.png │ │ │ │ ├── splash_screen.png │ │ │ │ ├── hamburger_03_03.png │ │ │ │ ├── menu_background.png │ │ │ │ ├── question_ramka.png │ │ │ │ ├── settings_button.png │ │ │ │ ├── achivement_button.png │ │ │ │ ├── arcade_background.png │ │ │ │ ├── backspace_button.png │ │ │ │ ├── leaderboard_button.png │ │ │ │ ├── level_background.png │ │ │ │ ├── level_choosing_btn.png │ │ │ │ ├── play_button_loggin.png │ │ │ │ ├── repeat_level_btn.png │ │ │ │ ├── time_attack_button.png │ │ │ │ ├── achivement_small_button.png │ │ │ │ ├── keyboard_close_button.png │ │ │ │ ├── play_button_to_loggin.png │ │ │ │ ├── arcade_level_complete_window.png │ │ │ │ ├── time_attack_background_okat.png │ │ │ │ ├── time_attack_background_okrag.png │ │ │ │ ├── time_attack_background_romb.png │ │ │ │ ├── time_attack_background_skat.png │ │ │ │ ├── timeattac_choose_challenge.png │ │ │ │ ├── time_attack_background_kwadrat.png │ │ │ │ ├── time_attack_background_normal.png │ │ │ │ ├── time_attack_background_romb_f.png │ │ │ │ ├── time_attack_background_kwadrat_f.png │ │ │ │ ├── time_attack_background_question.png │ │ │ │ ├── time_attack_background_romb_green.png │ │ │ │ ├── timeattack_level_complete_window.png │ │ │ │ └── time_attack_background_kwadrat_blue.png │ │ │ ├── drawable-ldpi │ │ │ │ ├── okat.png │ │ │ │ ├── okrag.png │ │ │ │ ├── romb.png │ │ │ │ ├── skat.png │ │ │ │ ├── kwadrat.png │ │ │ │ ├── logo_s.png │ │ │ │ ├── okrag_z.png │ │ │ │ ├── question.png │ │ │ │ ├── romb_f.png │ │ │ │ ├── kwadrat_f.png │ │ │ │ ├── logo_menu.png │ │ │ │ ├── okat_ramka.png │ │ │ │ ├── romb_green.png │ │ │ │ ├── romb_ramka.png │ │ │ │ ├── skat_ramka.png │ │ │ │ ├── hamburger_03.png │ │ │ │ ├── kwadrat_blue.png │ │ │ │ ├── kwadrat_ramka.png │ │ │ │ ├── level_button.png │ │ │ │ ├── nextlevel_btn.png │ │ │ │ ├── okrag_ramka.png │ │ │ │ ├── play_button.png │ │ │ │ ├── romb_f_ramka.png │ │ │ │ ├── splash_screen.png │ │ │ │ ├── hamburger_03_03.png │ │ │ │ ├── menu_background.png │ │ │ │ ├── question_ramka.png │ │ │ │ ├── settings_button.png │ │ │ │ ├── achivement_button.png │ │ │ │ ├── arcade_background.png │ │ │ │ ├── backspace_button.png │ │ │ │ ├── leaderboard_button.png │ │ │ │ ├── level_background.png │ │ │ │ ├── level_choosing_btn.png │ │ │ │ ├── play_button_loggin.png │ │ │ │ ├── repeat_level_btn.png │ │ │ │ ├── time_attack_button.png │ │ │ │ ├── level_button_closed.png │ │ │ │ ├── levelcorrect_button.png │ │ │ │ ├── achivement_small_button.png │ │ │ │ ├── keyboard_close_button.png │ │ │ │ ├── play_button_to_loggin.png │ │ │ │ ├── arcade_level_complete_window.png │ │ │ │ ├── time_attack_background_okat.png │ │ │ │ ├── time_attack_background_okrag.png │ │ │ │ ├── time_attack_background_romb.png │ │ │ │ ├── time_attack_background_skat.png │ │ │ │ ├── timeattac_choose_challenge.png │ │ │ │ ├── time_attack_background_kwadrat.png │ │ │ │ ├── time_attack_background_normal.png │ │ │ │ ├── time_attack_background_romb_f.png │ │ │ │ ├── time_attack_background_kwadrat_f.png │ │ │ │ ├── time_attack_background_question.png │ │ │ │ ├── time_attack_background_romb_green.png │ │ │ │ ├── timeattack_level_complete_window.png │ │ │ │ └── time_attack_background_kwadrat_blue.png │ │ │ ├── drawable-mdpi │ │ │ │ ├── okat.png │ │ │ │ ├── okrag.png │ │ │ │ ├── romb.png │ │ │ │ ├── skat.png │ │ │ │ ├── kwadrat.png │ │ │ │ ├── logo_s.png │ │ │ │ ├── okrag_z.png │ │ │ │ ├── question.png │ │ │ │ ├── romb_f.png │ │ │ │ ├── kwadrat_f.png │ │ │ │ ├── logo_menu.png │ │ │ │ ├── okat_ramka.png │ │ │ │ ├── romb_green.png │ │ │ │ ├── romb_ramka.png │ │ │ │ ├── skat_ramka.png │ │ │ │ ├── hamburger_03.png │ │ │ │ ├── kwadrat_blue.png │ │ │ │ ├── kwadrat_ramka.png │ │ │ │ ├── level_button.png │ │ │ │ ├── nextlevel_btn.png │ │ │ │ ├── okrag_ramka.png │ │ │ │ ├── play_button.png │ │ │ │ ├── romb_f_ramka.png │ │ │ │ ├── splash_screen.png │ │ │ │ ├── hamburger_03_03.png │ │ │ │ ├── menu_background.png │ │ │ │ ├── question_ramka.png │ │ │ │ ├── settings_button.png │ │ │ │ ├── achivement_button.png │ │ │ │ ├── arcade_background.png │ │ │ │ ├── backspace_button.png │ │ │ │ ├── leaderboard_button.png │ │ │ │ ├── level_background.png │ │ │ │ ├── level_choosing_btn.png │ │ │ │ ├── play_button_loggin.png │ │ │ │ ├── repeat_level_btn.png │ │ │ │ ├── time_attack_button.png │ │ │ │ ├── level_button_closed.png │ │ │ │ ├── levelcorrect_button.png │ │ │ │ ├── achivement_small_button.png │ │ │ │ ├── keyboard_close_button.png │ │ │ │ ├── play_button_to_loggin.png │ │ │ │ ├── arcade_level_complete_window.png │ │ │ │ ├── time_attack_background_okat.png │ │ │ │ ├── time_attack_background_okrag.png │ │ │ │ ├── time_attack_background_romb.png │ │ │ │ ├── time_attack_background_skat.png │ │ │ │ ├── timeattac_choose_challenge.png │ │ │ │ ├── time_attack_background_kwadrat.png │ │ │ │ ├── time_attack_background_normal.png │ │ │ │ ├── time_attack_background_romb_f.png │ │ │ │ ├── time_attack_background_kwadrat_f.png │ │ │ │ ├── time_attack_background_question.png │ │ │ │ ├── time_attack_background_romb_green.png │ │ │ │ ├── timeattack_level_complete_window.png │ │ │ │ └── time_attack_background_kwadrat_blue.png │ │ │ ├── drawable-nodpi │ │ │ │ ├── aaas.png │ │ │ │ ├── correct.png │ │ │ │ ├── gray_dot.png │ │ │ │ ├── ok_button.png │ │ │ │ ├── pause_btn.png │ │ │ │ ├── play_btn.png │ │ │ │ ├── tutorial.png │ │ │ │ ├── level_button.png │ │ │ │ ├── pointer_okat.png │ │ │ │ ├── pointer_romb.png │ │ │ │ ├── pointer_skat.png │ │ │ │ ├── share_button.png │ │ │ │ ├── star_white.png │ │ │ │ ├── yellow_dot.png │ │ │ │ ├── pointer_okrag.png │ │ │ │ ├── pointer_rombf.png │ │ │ │ ├── pointer_kwadrat.png │ │ │ │ ├── pointer_kwadrat_f.png │ │ │ │ ├── pointer_question.png │ │ │ │ ├── level_button_closed.png │ │ │ │ ├── levelcorrect_button.png │ │ │ │ ├── pointer_romb_green.png │ │ │ │ ├── pointer_kwadrat_blue.png │ │ │ │ ├── pointer_okat_rotated.png │ │ │ │ ├── pointer_okrag_rotated.png │ │ │ │ ├── pointer_romb_rotated.png │ │ │ │ ├── pointer_rombf_rotated.png │ │ │ │ ├── pointer_skat_rotated.png │ │ │ │ ├── pointer_kwadrat_rotated.png │ │ │ │ ├── pointer_question_rotated.png │ │ │ │ ├── transparent_for_corrects.png │ │ │ │ ├── pointer_kwadrat_f_rotated.png │ │ │ │ ├── pointer_romb_green_rotated.png │ │ │ │ └── pointer_kwadrat_blue_rotated.png │ │ │ ├── drawable-xhdpi │ │ │ │ ├── okat.png │ │ │ │ ├── romb.png │ │ │ │ ├── skat.png │ │ │ │ ├── kwadrat.png │ │ │ │ ├── logo_s.png │ │ │ │ ├── okrag.png │ │ │ │ ├── okrag_z.png │ │ │ │ ├── romb_f.png │ │ │ │ ├── kwadrat_f.png │ │ │ │ ├── logo_menu.png │ │ │ │ ├── question.png │ │ │ │ ├── hamburger_03.png │ │ │ │ ├── kwadrat_blue.png │ │ │ │ ├── level_button.png │ │ │ │ ├── okat_ramka.png │ │ │ │ ├── okrag_ramka.png │ │ │ │ ├── play_button.png │ │ │ │ ├── pointer_okat.png │ │ │ │ ├── pointer_romb.png │ │ │ │ ├── pointer_skat.png │ │ │ │ ├── romb_f_ramka.png │ │ │ │ ├── romb_green.png │ │ │ │ ├── romb_ramka.png │ │ │ │ ├── skat_ramka.png │ │ │ │ ├── kwadrat_ramka.png │ │ │ │ ├── nextlevel_btn.png │ │ │ │ ├── pointer_okrag.png │ │ │ │ ├── pointer_rombf.png │ │ │ │ ├── question_ramka.png │ │ │ │ ├── splash_screen.png │ │ │ │ ├── achivement_button.png │ │ │ │ ├── arcade_background.png │ │ │ │ ├── backspace_button.png │ │ │ │ ├── hamburger_03_03.png │ │ │ │ ├── level_background.png │ │ │ │ ├── menu_background.png │ │ │ │ ├── pointer_kwadrat.png │ │ │ │ ├── pointer_kwadrat_f.png │ │ │ │ ├── pointer_question.png │ │ │ │ ├── repeat_level_btn.png │ │ │ │ ├── settings_button.png │ │ │ │ ├── leaderboard_button.png │ │ │ │ ├── level_button_closed.png │ │ │ │ ├── level_choosing_btn.png │ │ │ │ ├── levelcorrect_button.png │ │ │ │ ├── play_button_loggin.png │ │ │ │ ├── pointer_romb_green.png │ │ │ │ ├── time_attack_button.png │ │ │ │ ├── keyboard_close_button.png │ │ │ │ ├── play_button_to_loggin.png │ │ │ │ ├── pointer_kwadrat_blue.png │ │ │ │ ├── pointer_okat_rotated.png │ │ │ │ ├── pointer_okrag_rotated.png │ │ │ │ ├── pointer_romb_rotated.png │ │ │ │ ├── pointer_rombf_rotated.png │ │ │ │ ├── pointer_skat_rotated.png │ │ │ │ ├── achivement_small_button.png │ │ │ │ ├── pointer_kwadrat_rotated.png │ │ │ │ ├── pointer_question_rotated.png │ │ │ │ ├── pointer_kwadrat_f_rotated.png │ │ │ │ ├── pointer_romb_green_rotated.png │ │ │ │ ├── time_attack_background_okat.png │ │ │ │ ├── time_attack_background_romb.png │ │ │ │ ├── time_attack_background_skat.png │ │ │ │ ├── timeattac_choose_challenge.png │ │ │ │ ├── arcade_level_complete_window.png │ │ │ │ ├── pointer_kwadrat_blue_rotated.png │ │ │ │ ├── time_attack_background_normal.png │ │ │ │ ├── time_attack_background_okrag.png │ │ │ │ ├── time_attack_background_romb_f.png │ │ │ │ ├── time_attack_background_kwadrat.png │ │ │ │ ├── time_attack_background_kwadrat_f.png │ │ │ │ ├── time_attack_background_question.png │ │ │ │ ├── timeattack_level_complete_window.png │ │ │ │ ├── time_attack_background_romb_green.png │ │ │ │ └── time_attack_background_kwadrat_blue.png │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ │ ├── level_button.png │ │ │ │ ├── pointer_okat.png │ │ │ │ ├── pointer_okrag.png │ │ │ │ ├── pointer_romb.png │ │ │ │ ├── pointer_rombf.png │ │ │ │ ├── pointer_kwadrat.png │ │ │ │ ├── pointer_question.png │ │ │ │ ├── pointer_kwadrat_f.png │ │ │ │ ├── pointer_romb_green.png │ │ │ │ ├── level_button_closed.png │ │ │ │ ├── levelcorrect_button.png │ │ │ │ ├── pointer_kwadrat_blue.png │ │ │ │ ├── pointer_okat_rotated.png │ │ │ │ ├── pointer_okrag_rotated.png │ │ │ │ ├── pointer_romb_rotated.png │ │ │ │ ├── pointer_rombf_rotated.png │ │ │ │ ├── pointer_kwadrat_rotated.png │ │ │ │ ├── pointer_kwadrat_f_rotated.png │ │ │ │ ├── pointer_question_rotated.png │ │ │ │ ├── pointer_romb_green_rotated.png │ │ │ │ └── pointer_kwadrat_blue_rotated.png │ │ │ ├── values │ │ │ │ ├── dimens.xml │ │ │ │ ├── styles.xml │ │ │ │ ├── ids.xml │ │ │ │ ├── colors.xml │ │ │ │ └── strings.xml │ │ │ ├── values-w820dp │ │ │ │ └── dimens.xml │ │ │ ├── layout │ │ │ │ ├── activity_splash_screen.xml │ │ │ │ ├── play_fragment.xml │ │ │ │ ├── settings_fragment.xml │ │ │ │ ├── time_attack_fragment.xml │ │ │ │ ├── achivement_fragment.xml │ │ │ │ ├── activity_level_menu.xml │ │ │ │ └── activity_menu.xml │ │ │ ├── values-ja │ │ │ │ └── strings.xml │ │ │ └── values-pl-rPL │ │ │ │ └── strings.xml │ │ ├── java │ │ │ └── pl │ │ │ │ └── hypeapp │ │ │ │ └── fixmath │ │ │ │ ├── FragmentPlay.java │ │ │ │ ├── FragmentSettings.java │ │ │ │ ├── FragmentAchivement.java │ │ │ │ ├── FragmentTimeAttack.java │ │ │ │ ├── PagerAdapter.java │ │ │ │ ├── LevelPagerAdapter.java │ │ │ │ ├── TutorialActivity.java │ │ │ │ ├── SplashScreenActivity.java │ │ │ │ ├── BitmapManager.java │ │ │ │ ├── FragmentLevelPage3.java │ │ │ │ ├── FragmentLevelPage4.java │ │ │ │ ├── FragmentLevelPage2.java │ │ │ │ ├── Calculations.java │ │ │ │ ├── ImageUtil.java │ │ │ │ ├── FragmentLevelPage1.java │ │ │ │ ├── Keyboard2.java │ │ │ │ ├── MyProgress.java │ │ │ │ ├── Logic.java │ │ │ │ ├── TimeKeyboard.java │ │ │ │ └── SFXManager.java │ │ └── AndroidManifest.xml │ ├── test │ │ └── java │ │ │ └── pl │ │ │ └── hypeapp │ │ │ └── fixmath │ │ │ └── ExampleUnitTest.java │ └── androidTest │ │ └── java │ │ └── pl │ │ └── hypeapp │ │ └── fixmath │ │ └── ApplicationTest.java ├── proguard-rules.pro └── build.gradle ├── settings.gradle ├── BaseGameUtils ├── .gitignore ├── src │ └── main │ │ ├── res │ │ └── values │ │ │ ├── strings.xml │ │ │ └── gamehelper_strings.xml │ │ ├── AndroidManifest.xml │ │ └── java │ │ └── com │ │ └── google │ │ └── example │ │ └── games │ │ └── basegameutils │ │ └── BaseGameActivity.java └── build.gradle ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── .gitignore ├── gradle.properties ├── FixMath.iml ├── README.md ├── gradlew.bat └── gradlew /.idea/.name: -------------------------------------------------------------------------------- 1 | FixMath -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app', ':BaseGameUtils' 2 | -------------------------------------------------------------------------------- /BaseGameUtils/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /build/ 3 | /gen/ 4 | -------------------------------------------------------------------------------- /app/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- 1 | > 2 | 3 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /app/src/main/res/raw/timer_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/timer_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/aaas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/aaas.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/logo_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/logo_s.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/okrag_z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/okrag_z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/logo_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/logo_s.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/okrag_z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/okrag_z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/logo_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/logo_s.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/okrag_z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/okrag_z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/correct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/correct.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/logo_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/logo_s.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/okrag_z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/okrag_z.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/raw/close_keyboard_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/close_keyboard_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/raw/correct_line_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/correct_line_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/raw/error_keyboard_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/error_keyboard_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/raw/keyboard_click_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/keyboard_click_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/raw/new_background_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/new_background_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/logo_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/logo_menu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/okat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/okat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/romb_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/romb_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/skat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/skat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/logo_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/logo_menu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/okat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/okat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/romb_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/romb_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/skat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/skat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/logo_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/logo_menu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/okat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/okat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/romb_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/romb_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/skat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/skat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/gray_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/gray_dot.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/ok_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/ok_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pause_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pause_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/play_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/play_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/tutorial.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/logo_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/logo_menu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/question.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/hamburger_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/hamburger_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/kwadrat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/kwadrat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/nextlevel_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/nextlevel_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/okrag_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/okrag_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/play_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/romb_f_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/romb_f_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/splash_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/splash_screen.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/hamburger_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/hamburger_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/kwadrat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/kwadrat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/level_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/level_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/nextlevel_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/nextlevel_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/okrag_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/okrag_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/play_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/romb_f_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/romb_f_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/splash_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/splash_screen.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/hamburger_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/hamburger_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/kwadrat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/kwadrat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/level_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/level_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/nextlevel_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/nextlevel_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/okrag_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/okrag_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/play_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/romb_f_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/romb_f_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/splash_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/splash_screen.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/level_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/level_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/share_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/share_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/star_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/star_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/yellow_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/yellow_dot.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/hamburger_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/hamburger_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/level_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/level_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/okat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/okat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/okrag_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/okrag_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/play_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/romb_f_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/romb_f_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/romb_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/romb_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/skat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/skat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/raw/keyboard_backspace_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/keyboard_backspace_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/hamburger_03_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/hamburger_03_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/menu_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/question_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/question_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/settings_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/settings_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/hamburger_03_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/hamburger_03_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/menu_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/question_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/question_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/settings_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/settings_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/hamburger_03_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/hamburger_03_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/menu_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/question_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/question_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/settings_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/settings_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_rombf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_rombf.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/kwadrat_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/kwadrat_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/nextlevel_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/nextlevel_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_rombf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_rombf.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/question_ramka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/question_ramka.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/splash_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/splash_screen.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/level_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/level_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_rombf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_rombf.png -------------------------------------------------------------------------------- /app/src/main/res/raw/new_line_figure_click_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/new_line_figure_click_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/achivement_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/achivement_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/arcade_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/arcade_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/backspace_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/backspace_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/leaderboard_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/leaderboard_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/level_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/level_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/level_choosing_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/level_choosing_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/play_button_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/play_button_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/repeat_level_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/repeat_level_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/achivement_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/achivement_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/arcade_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/arcade_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/backspace_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/backspace_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/leaderboard_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/leaderboard_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/level_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/level_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/level_choosing_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/level_choosing_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/play_button_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/play_button_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/repeat_level_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/repeat_level_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/achivement_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/achivement_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/arcade_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/arcade_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/backspace_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/backspace_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/leaderboard_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/leaderboard_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/level_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/level_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/level_choosing_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/level_choosing_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/play_button_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/play_button_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/repeat_level_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/repeat_level_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/achivement_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/achivement_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/arcade_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/arcade_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/backspace_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/backspace_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/hamburger_03_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/hamburger_03_03.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/level_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/level_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/menu_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/menu_background.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/repeat_level_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/repeat_level_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/settings_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/settings_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_question.png -------------------------------------------------------------------------------- /app/src/main/res/raw/same_line_figure_click_sfx.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/raw/same_line_figure_click_sfx.wav -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/level_button_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/level_button_closed.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/levelcorrect_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/levelcorrect_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/level_button_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/level_button_closed.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/levelcorrect_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/levelcorrect_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/level_button_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/level_button_closed.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/levelcorrect_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/levelcorrect_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/leaderboard_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/leaderboard_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/level_button_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/level_button_closed.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/level_choosing_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/level_choosing_btn.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/levelcorrect_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/levelcorrect_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/play_button_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/play_button_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/achivement_small_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/achivement_small_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/keyboard_close_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/keyboard_close_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/play_button_to_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/play_button_to_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/achivement_small_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/achivement_small_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/keyboard_close_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/keyboard_close_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/play_button_to_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/play_button_to_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/achivement_small_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/achivement_small_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/keyboard_close_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/keyboard_close_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/play_button_to_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/play_button_to_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_okat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_okat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_okrag_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_okrag_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_romb_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_romb_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_rombf_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_rombf_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_skat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_skat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/keyboard_close_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/keyboard_close_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/play_button_to_loggin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/play_button_to_loggin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_okat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_okat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_okrag_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_okrag_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_romb_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_romb_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_rombf_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_rombf_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_skat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_skat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/level_button_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/level_button_closed.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/levelcorrect_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/levelcorrect_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_okat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_okat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_okrag_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_okrag_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_romb_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_romb_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_rombf_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_rombf_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_kwadrat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_kwadrat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_question_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_question_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/transparent_for_corrects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/transparent_for_corrects.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/achivement_small_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/achivement_small_button.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_kwadrat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_kwadrat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_question_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_question_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_kwadrat_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_kwadrat_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/arcade_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/arcade_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/timeattac_choose_challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/timeattac_choose_challenge.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/arcade_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/arcade_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/timeattac_choose_challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/timeattac_choose_challenge.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/arcade_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/arcade_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/timeattac_choose_challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/timeattac_choose_challenge.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_kwadrat_f_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_kwadrat_f_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_romb_green_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_romb_green_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_kwadrat_f_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_kwadrat_f_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_romb_green_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_romb_green_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_okat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_okat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_romb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_romb.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_skat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_skat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/timeattac_choose_challenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/timeattac_choose_challenge.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_kwadrat_f_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_kwadrat_f_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_question_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_question_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_romb_green_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_romb_green_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_normal.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_normal.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_normal.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/pointer_kwadrat_blue_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-nodpi/pointer_kwadrat_blue_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/arcade_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/arcade_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/pointer_kwadrat_blue_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/pointer_kwadrat_blue_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_normal.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_okrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_okrag.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_romb_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_romb_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/pointer_kwadrat_blue_rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xxhdpi/pointer_kwadrat_blue_rotated.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/timeattack_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/timeattack_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/timeattack_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/timeattack_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_romb_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/timeattack_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/timeattack_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_kwadrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_kwadrat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_kwadrat_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_kwadrat_f.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_question.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/timeattack_level_complete_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/timeattack_level_complete_window.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/time_attack_background_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-hdpi/time_attack_background_kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-ldpi/time_attack_background_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-ldpi/time_attack_background_kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/time_attack_background_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-mdpi/time_attack_background_kwadrat_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_romb_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_romb_green.png -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_attack_background_kwadrat_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypeapps/FixMath/HEAD/app/src/main/res/drawable-xhdpi/time_attack_background_kwadrat_blue.png -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Sun Apr 10 15:35:14 CEST 2016 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip 7 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 16dp 7 | 16dp 8 | 16dp 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 64dp 6 | 7 | -------------------------------------------------------------------------------- /app/src/test/java/pl/hypeapp/fixmath/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package pl.hypeapp.fixmath; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.*; 6 | 7 | /** 8 | * To work on unit tests, switch the Test Artifact in the Build Variants view. 9 | */ 10 | public class ExampleUnitTest { 11 | @Test 12 | public void addition_isCorrect() throws Exception { 13 | assertEquals(4, 2 + 2); 14 | } 15 | } -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 |