From 1b811156223e6320f5af1c88ffb7a1bbf43afc9d Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Apr 27 2022 10:16:54 +0000 Subject: initial commit --- diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a4f1e40 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..633e601 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/bin/ +/proguard/ +/gen/ +/libs/ diff --git a/.project b/.project new file mode 100644 index 0000000..de86dba --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + FindNumber + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..09cb0d3 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccde8bb --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ + +---- + +![FindNumber Logo](/bw/findnumber/raw/master/f/art/logo.png) + +![Screen 1](/bw/findnumber/raw/master/f/art/screen1.png) +![Screen 2](/bw/findnumber/raw/master/f/art/screen2.png) + +![Screen 3](/bw/findnumber/raw/master/f/art/screen3.png) + +---- + +# FindNumber + +Game for expand attention. + +A similar table is a set of tests for mental health screening and training pilots and cosmonauts. +The table shows the numbers that are different in size and in form. From the future-pilot requires +in fast pace to call the numbers in order. The less time you spend to searching for all the numbers, +the higher your observancy. + +---- + +## Download binary + +![Download APK QR-code](/bw/findnumber/raw/master/f/art/find-number-qr.png) + +[Download APK](https://icystar.com/downloads/com.icystar.dicegenerator.apk) + +[Relative link to APK in the repo](/bw/findnumber/raw/master/f/release/com.icystar.findnumber.apk) + +---- + +content of this repo is a public domain diff --git a/art/banner.png b/art/banner.png new file mode 100644 index 0000000..feee470 Binary files /dev/null and b/art/banner.png differ diff --git a/art/banner.psd b/art/banner.psd new file mode 100644 index 0000000..ae03980 Binary files /dev/null and b/art/banner.psd differ diff --git a/art/dialogs_hdpi.psd b/art/dialogs_hdpi.psd new file mode 100644 index 0000000..de64ab2 Binary files /dev/null and b/art/dialogs_hdpi.psd differ diff --git a/art/dialogs_ldpi.psd b/art/dialogs_ldpi.psd new file mode 100644 index 0000000..5e0d4f0 Binary files /dev/null and b/art/dialogs_ldpi.psd differ diff --git a/art/dialogs_mdpi.psd b/art/dialogs_mdpi.psd new file mode 100644 index 0000000..d4595f8 Binary files /dev/null and b/art/dialogs_mdpi.psd differ diff --git a/art/dialogs_xhdpi.psd b/art/dialogs_xhdpi.psd new file mode 100644 index 0000000..bd5a497 Binary files /dev/null and b/art/dialogs_xhdpi.psd differ diff --git a/art/find-number-qr.png b/art/find-number-qr.png new file mode 100644 index 0000000..61d32d3 Binary files /dev/null and b/art/find-number-qr.png differ diff --git a/art/icons.psd b/art/icons.psd new file mode 100644 index 0000000..6b43719 Binary files /dev/null and b/art/icons.psd differ diff --git a/art/icons/continue.png b/art/icons/continue.png new file mode 100644 index 0000000..87ada1e Binary files /dev/null and b/art/icons/continue.png differ diff --git a/art/icons/double.png b/art/icons/double.png new file mode 100644 index 0000000..f5aad45 Binary files /dev/null and b/art/icons/double.png differ diff --git a/art/icons/exit.png b/art/icons/exit.png new file mode 100644 index 0000000..1bb5fe2 Binary files /dev/null and b/art/icons/exit.png differ diff --git a/art/icons/help.png b/art/icons/help.png new file mode 100644 index 0000000..1fe7604 Binary files /dev/null and b/art/icons/help.png differ diff --git a/art/icons/lock.png b/art/icons/lock.png new file mode 100644 index 0000000..3bf69a4 Binary files /dev/null and b/art/icons/lock.png differ diff --git a/art/icons/n100.png b/art/icons/n100.png new file mode 100644 index 0000000..e4e670e Binary files /dev/null and b/art/icons/n100.png differ diff --git a/art/icons/n25.png b/art/icons/n25.png new file mode 100644 index 0000000..fe328f3 Binary files /dev/null and b/art/icons/n25.png differ diff --git a/art/icons/n50.png b/art/icons/n50.png new file mode 100644 index 0000000..5118fb2 Binary files /dev/null and b/art/icons/n50.png differ diff --git a/art/icons/new.png b/art/icons/new.png new file mode 100644 index 0000000..eb21c36 Binary files /dev/null and b/art/icons/new.png differ diff --git a/art/icons/scoreboard.png b/art/icons/scoreboard.png new file mode 100644 index 0000000..cf95403 Binary files /dev/null and b/art/icons/scoreboard.png differ diff --git a/art/icons/single.png b/art/icons/single.png new file mode 100644 index 0000000..5aca110 Binary files /dev/null and b/art/icons/single.png differ diff --git a/art/icons/sound_off.png b/art/icons/sound_off.png new file mode 100644 index 0000000..2ea7c1b Binary files /dev/null and b/art/icons/sound_off.png differ diff --git a/art/icons/sound_on.png b/art/icons/sound_on.png new file mode 100644 index 0000000..52375a0 Binary files /dev/null and b/art/icons/sound_on.png differ diff --git a/art/logo-256x256.png b/art/logo-256x256.png new file mode 100644 index 0000000..0512b92 Binary files /dev/null and b/art/logo-256x256.png differ diff --git a/art/logo-large.png b/art/logo-large.png new file mode 100644 index 0000000..dde1712 Binary files /dev/null and b/art/logo-large.png differ diff --git a/art/logo-transparent.png b/art/logo-transparent.png new file mode 100644 index 0000000..1390191 Binary files /dev/null and b/art/logo-transparent.png differ diff --git a/art/logo.png b/art/logo.png new file mode 100644 index 0000000..3b021f6 Binary files /dev/null and b/art/logo.png differ diff --git a/art/logo.psd b/art/logo.psd new file mode 100644 index 0000000..9e38303 Binary files /dev/null and b/art/logo.psd differ diff --git a/art/screen1.png b/art/screen1.png new file mode 100644 index 0000000..a7ffa4f Binary files /dev/null and b/art/screen1.png differ diff --git a/art/screen2.png b/art/screen2.png new file mode 100644 index 0000000..0034532 Binary files /dev/null and b/art/screen2.png differ diff --git a/art/screen3.png b/art/screen3.png new file mode 100644 index 0000000..72983a5 Binary files /dev/null and b/art/screen3.png differ diff --git a/art/screens.psd b/art/screens.psd new file mode 100644 index 0000000..77b4503 Binary files /dev/null and b/art/screens.psd differ diff --git a/art/sounds/13957_33634-lq.ogg b/art/sounds/13957_33634-lq.ogg new file mode 100644 index 0000000..dff7c87 Binary files /dev/null and b/art/sounds/13957_33634-lq.ogg differ diff --git a/art/sounds/13958_33634-lq.ogg b/art/sounds/13958_33634-lq.ogg new file mode 100644 index 0000000..525f1af Binary files /dev/null and b/art/sounds/13958_33634-lq.ogg differ diff --git a/art/sounds/13959_33634-lq.ogg b/art/sounds/13959_33634-lq.ogg new file mode 100644 index 0000000..8b89b94 Binary files /dev/null and b/art/sounds/13959_33634-lq.ogg differ diff --git a/art/sounds/17772_5190-lq.ogg b/art/sounds/17772_5190-lq.ogg new file mode 100644 index 0000000..fcff05f Binary files /dev/null and b/art/sounds/17772_5190-lq.ogg differ diff --git a/art/sounds/19089_82369-lq.ogg b/art/sounds/19089_82369-lq.ogg new file mode 100644 index 0000000..475fee9 Binary files /dev/null and b/art/sounds/19089_82369-lq.ogg differ diff --git a/art/sounds/20796_45941-lq.ogg b/art/sounds/20796_45941-lq.ogg new file mode 100644 index 0000000..fafb2ad Binary files /dev/null and b/art/sounds/20796_45941-lq.ogg differ diff --git a/art/sounds/21352_36084-lq.ogg b/art/sounds/21352_36084-lq.ogg new file mode 100644 index 0000000..99b6627 Binary files /dev/null and b/art/sounds/21352_36084-lq.ogg differ diff --git a/art/sounds/21363_36084-lq.ogg b/art/sounds/21363_36084-lq.ogg new file mode 100644 index 0000000..1b70f39 Binary files /dev/null and b/art/sounds/21363_36084-lq.ogg differ diff --git a/art/sounds/21375_36084-lq.ogg b/art/sounds/21375_36084-lq.ogg new file mode 100644 index 0000000..7e5fa9f Binary files /dev/null and b/art/sounds/21375_36084-lq.ogg differ diff --git a/art/sounds/21389_36084-lq.ogg b/art/sounds/21389_36084-lq.ogg new file mode 100644 index 0000000..308650f Binary files /dev/null and b/art/sounds/21389_36084-lq.ogg differ diff --git a/art/sounds/21695_103578-lq.ogg b/art/sounds/21695_103578-lq.ogg new file mode 100644 index 0000000..489e2c6 Binary files /dev/null and b/art/sounds/21695_103578-lq.ogg differ diff --git a/art/sounds/2554_4330-lq.ogg b/art/sounds/2554_4330-lq.ogg new file mode 100644 index 0000000..7f377cf Binary files /dev/null and b/art/sounds/2554_4330-lq.ogg differ diff --git a/art/sounds/35631_18799-lq.ogg b/art/sounds/35631_18799-lq.ogg new file mode 100644 index 0000000..ef78c20 Binary files /dev/null and b/art/sounds/35631_18799-lq.ogg differ diff --git a/art/sounds/35978_205819-lq.ogg b/art/sounds/35978_205819-lq.ogg new file mode 100644 index 0000000..2d529ba Binary files /dev/null and b/art/sounds/35978_205819-lq.ogg differ diff --git a/art/sounds/407_196-lq.ogg b/art/sounds/407_196-lq.ogg new file mode 100644 index 0000000..9427b08 Binary files /dev/null and b/art/sounds/407_196-lq.ogg differ diff --git a/art/sounds/41990_29541-lq.ogg b/art/sounds/41990_29541-lq.ogg new file mode 100644 index 0000000..75d6d8c Binary files /dev/null and b/art/sounds/41990_29541-lq.ogg differ diff --git a/art/sounds/54405_497386-lq.ogg b/art/sounds/54405_497386-lq.ogg new file mode 100644 index 0000000..140d964 Binary files /dev/null and b/art/sounds/54405_497386-lq.ogg differ diff --git a/art/sounds/706_207-lq.ogg b/art/sounds/706_207-lq.ogg new file mode 100644 index 0000000..99d6bfe Binary files /dev/null and b/art/sounds/706_207-lq.ogg differ diff --git a/art/sounds/778_207-lq (1).ogg b/art/sounds/778_207-lq (1).ogg new file mode 100644 index 0000000..6efae17 Binary files /dev/null and b/art/sounds/778_207-lq (1).ogg differ diff --git a/art/sounds/778_207-lq.ogg b/art/sounds/778_207-lq.ogg new file mode 100644 index 0000000..6efae17 Binary files /dev/null and b/art/sounds/778_207-lq.ogg differ diff --git a/art/sounds/779_207-lq.ogg b/art/sounds/779_207-lq.ogg new file mode 100644 index 0000000..c8e099d Binary files /dev/null and b/art/sounds/779_207-lq.ogg differ diff --git a/art/sounds/9447_23262-lq.ogg b/art/sounds/9447_23262-lq.ogg new file mode 100644 index 0000000..34afefd Binary files /dev/null and b/art/sounds/9447_23262-lq.ogg differ diff --git a/art/sounds/sound_palyer1_clicked.ogg b/art/sounds/sound_palyer1_clicked.ogg new file mode 100644 index 0000000..f4b6788 Binary files /dev/null and b/art/sounds/sound_palyer1_clicked.ogg differ diff --git a/art/sounds/sound_player2_clicked.ogg b/art/sounds/sound_player2_clicked.ogg new file mode 100644 index 0000000..8e4fa3d Binary files /dev/null and b/art/sounds/sound_player2_clicked.ogg differ diff --git a/art/title.png b/art/title.png new file mode 100644 index 0000000..877c858 Binary files /dev/null and b/art/title.png differ diff --git a/art/title.psd b/art/title.psd new file mode 100644 index 0000000..1ec0b80 Binary files /dev/null and b/art/title.psd differ diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..dde1712 Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..2cab5fb --- /dev/null +++ b/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-4 diff --git a/release/com.icystar.findnumber.apk b/release/com.icystar.findnumber.apk new file mode 100644 index 0000000..b0e4e55 Binary files /dev/null and b/release/com.icystar.findnumber.apk differ diff --git a/res/anim/fade_in.xml b/res/anim/fade_in.xml new file mode 100644 index 0000000..b4afc12 --- /dev/null +++ b/res/anim/fade_in.xml @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/res/anim/fade_out.xml b/res/anim/fade_out.xml new file mode 100644 index 0000000..9d874ed --- /dev/null +++ b/res/anim/fade_out.xml @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/res/drawable-hdpi-v5/ic_tab_n100_selected.png b/res/drawable-hdpi-v5/ic_tab_n100_selected.png new file mode 100644 index 0000000..c988d2e Binary files /dev/null and b/res/drawable-hdpi-v5/ic_tab_n100_selected.png differ diff --git a/res/drawable-hdpi-v5/ic_tab_n100_unselected.png b/res/drawable-hdpi-v5/ic_tab_n100_unselected.png new file mode 100644 index 0000000..ad4e13c Binary files /dev/null and b/res/drawable-hdpi-v5/ic_tab_n100_unselected.png differ diff --git a/res/drawable-hdpi-v5/ic_tab_n25_selected.png b/res/drawable-hdpi-v5/ic_tab_n25_selected.png new file mode 100644 index 0000000..f3ef9cd Binary files /dev/null and b/res/drawable-hdpi-v5/ic_tab_n25_selected.png differ diff --git a/res/drawable-hdpi-v5/ic_tab_n25_unselected.png b/res/drawable-hdpi-v5/ic_tab_n25_unselected.png new file mode 100644 index 0000000..c6ba9d7 Binary files /dev/null and b/res/drawable-hdpi-v5/ic_tab_n25_unselected.png differ diff --git a/res/drawable-hdpi-v5/ic_tab_n50_selected.png b/res/drawable-hdpi-v5/ic_tab_n50_selected.png new file mode 100644 index 0000000..4084567 Binary files /dev/null and b/res/drawable-hdpi-v5/ic_tab_n50_selected.png differ diff --git a/res/drawable-hdpi-v5/ic_tab_n50_unselected.png b/res/drawable-hdpi-v5/ic_tab_n50_unselected.png new file mode 100644 index 0000000..5779d34 Binary files /dev/null and b/res/drawable-hdpi-v5/ic_tab_n50_unselected.png differ diff --git a/res/drawable-hdpi/ic_action_search.png b/res/drawable-hdpi/ic_action_search.png new file mode 100644 index 0000000..67de12d Binary files /dev/null and b/res/drawable-hdpi/ic_action_search.png differ diff --git a/res/drawable-hdpi/ic_button_continue.png b/res/drawable-hdpi/ic_button_continue.png new file mode 100644 index 0000000..91d154f Binary files /dev/null and b/res/drawable-hdpi/ic_button_continue.png differ diff --git a/res/drawable-hdpi/ic_button_double.png b/res/drawable-hdpi/ic_button_double.png new file mode 100644 index 0000000..b9c84de Binary files /dev/null and b/res/drawable-hdpi/ic_button_double.png differ diff --git a/res/drawable-hdpi/ic_button_exit.png b/res/drawable-hdpi/ic_button_exit.png new file mode 100644 index 0000000..5dafce8 Binary files /dev/null and b/res/drawable-hdpi/ic_button_exit.png differ diff --git a/res/drawable-hdpi/ic_button_help.png b/res/drawable-hdpi/ic_button_help.png new file mode 100644 index 0000000..cb80f2c Binary files /dev/null and b/res/drawable-hdpi/ic_button_help.png differ diff --git a/res/drawable-hdpi/ic_button_lock.png b/res/drawable-hdpi/ic_button_lock.png new file mode 100644 index 0000000..4130f96 Binary files /dev/null and b/res/drawable-hdpi/ic_button_lock.png differ diff --git a/res/drawable-hdpi/ic_button_new.png b/res/drawable-hdpi/ic_button_new.png new file mode 100644 index 0000000..fa5425b Binary files /dev/null and b/res/drawable-hdpi/ic_button_new.png differ diff --git a/res/drawable-hdpi/ic_button_scoreboard.png b/res/drawable-hdpi/ic_button_scoreboard.png new file mode 100644 index 0000000..32601d1 Binary files /dev/null and b/res/drawable-hdpi/ic_button_scoreboard.png differ diff --git a/res/drawable-hdpi/ic_button_single.png b/res/drawable-hdpi/ic_button_single.png new file mode 100644 index 0000000..e94e955 Binary files /dev/null and b/res/drawable-hdpi/ic_button_single.png differ diff --git a/res/drawable-hdpi/ic_button_sound_off.png b/res/drawable-hdpi/ic_button_sound_off.png new file mode 100644 index 0000000..db23757 Binary files /dev/null and b/res/drawable-hdpi/ic_button_sound_off.png differ diff --git a/res/drawable-hdpi/ic_button_sound_on.png b/res/drawable-hdpi/ic_button_sound_on.png new file mode 100644 index 0000000..be75c57 Binary files /dev/null and b/res/drawable-hdpi/ic_button_sound_on.png differ diff --git a/res/drawable-hdpi/ic_dialog_alert.png b/res/drawable-hdpi/ic_dialog_alert.png new file mode 100644 index 0000000..7f905ba Binary files /dev/null and b/res/drawable-hdpi/ic_dialog_alert.png differ diff --git a/res/drawable-hdpi/ic_dialog_info.png b/res/drawable-hdpi/ic_dialog_info.png new file mode 100644 index 0000000..efee1ef Binary files /dev/null and b/res/drawable-hdpi/ic_dialog_info.png differ diff --git a/res/drawable-hdpi/ic_dialog_new.png b/res/drawable-hdpi/ic_dialog_new.png new file mode 100644 index 0000000..40e9452 Binary files /dev/null and b/res/drawable-hdpi/ic_dialog_new.png differ diff --git a/res/drawable-hdpi/ic_dialog_win.png b/res/drawable-hdpi/ic_dialog_win.png new file mode 100644 index 0000000..59d9c82 Binary files /dev/null and b/res/drawable-hdpi/ic_dialog_win.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..a6037cc Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/ic_tab_n100_selected.png b/res/drawable-hdpi/ic_tab_n100_selected.png new file mode 100644 index 0000000..f716fc4 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_n100_selected.png differ diff --git a/res/drawable-hdpi/ic_tab_n100_unselected.png b/res/drawable-hdpi/ic_tab_n100_unselected.png new file mode 100644 index 0000000..dc2e4b8 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_n100_unselected.png differ diff --git a/res/drawable-hdpi/ic_tab_n25_selected.png b/res/drawable-hdpi/ic_tab_n25_selected.png new file mode 100644 index 0000000..058b756 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_n25_selected.png differ diff --git a/res/drawable-hdpi/ic_tab_n25_unselected.png b/res/drawable-hdpi/ic_tab_n25_unselected.png new file mode 100644 index 0000000..29abd77 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_n25_unselected.png differ diff --git a/res/drawable-hdpi/ic_tab_n50_selected.png b/res/drawable-hdpi/ic_tab_n50_selected.png new file mode 100644 index 0000000..6c8f875 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_n50_selected.png differ diff --git a/res/drawable-hdpi/ic_tab_n50_unselected.png b/res/drawable-hdpi/ic_tab_n50_unselected.png new file mode 100644 index 0000000..fd2ffcc Binary files /dev/null and b/res/drawable-hdpi/ic_tab_n50_unselected.png differ diff --git a/res/drawable-hdpi/title.png b/res/drawable-hdpi/title.png new file mode 100644 index 0000000..e1d61a2 Binary files /dev/null and b/res/drawable-hdpi/title.png differ diff --git a/res/drawable-ldpi-v5/ic_tab_n100_selected.png b/res/drawable-ldpi-v5/ic_tab_n100_selected.png new file mode 100644 index 0000000..df5c62a Binary files /dev/null and b/res/drawable-ldpi-v5/ic_tab_n100_selected.png differ diff --git a/res/drawable-ldpi-v5/ic_tab_n100_unselected.png b/res/drawable-ldpi-v5/ic_tab_n100_unselected.png new file mode 100644 index 0000000..6799ccc Binary files /dev/null and b/res/drawable-ldpi-v5/ic_tab_n100_unselected.png differ diff --git a/res/drawable-ldpi-v5/ic_tab_n25_selected.png b/res/drawable-ldpi-v5/ic_tab_n25_selected.png new file mode 100644 index 0000000..f2c25c7 Binary files /dev/null and b/res/drawable-ldpi-v5/ic_tab_n25_selected.png differ diff --git a/res/drawable-ldpi-v5/ic_tab_n25_unselected.png b/res/drawable-ldpi-v5/ic_tab_n25_unselected.png new file mode 100644 index 0000000..d3c5887 Binary files /dev/null and b/res/drawable-ldpi-v5/ic_tab_n25_unselected.png differ diff --git a/res/drawable-ldpi-v5/ic_tab_n50_selected.png b/res/drawable-ldpi-v5/ic_tab_n50_selected.png new file mode 100644 index 0000000..32d0527 Binary files /dev/null and b/res/drawable-ldpi-v5/ic_tab_n50_selected.png differ diff --git a/res/drawable-ldpi-v5/ic_tab_n50_unselected.png b/res/drawable-ldpi-v5/ic_tab_n50_unselected.png new file mode 100644 index 0000000..9507ab4 Binary files /dev/null and b/res/drawable-ldpi-v5/ic_tab_n50_unselected.png differ diff --git a/res/drawable-ldpi/ic_button_continue.png b/res/drawable-ldpi/ic_button_continue.png new file mode 100644 index 0000000..84688a9 Binary files /dev/null and b/res/drawable-ldpi/ic_button_continue.png differ diff --git a/res/drawable-ldpi/ic_button_double.png b/res/drawable-ldpi/ic_button_double.png new file mode 100644 index 0000000..22cec05 Binary files /dev/null and b/res/drawable-ldpi/ic_button_double.png differ diff --git a/res/drawable-ldpi/ic_button_exit.png b/res/drawable-ldpi/ic_button_exit.png new file mode 100644 index 0000000..472027e Binary files /dev/null and b/res/drawable-ldpi/ic_button_exit.png differ diff --git a/res/drawable-ldpi/ic_button_help.png b/res/drawable-ldpi/ic_button_help.png new file mode 100644 index 0000000..2c8fc6a Binary files /dev/null and b/res/drawable-ldpi/ic_button_help.png differ diff --git a/res/drawable-ldpi/ic_button_lock.png b/res/drawable-ldpi/ic_button_lock.png new file mode 100644 index 0000000..7d2b379 Binary files /dev/null and b/res/drawable-ldpi/ic_button_lock.png differ diff --git a/res/drawable-ldpi/ic_button_new.png b/res/drawable-ldpi/ic_button_new.png new file mode 100644 index 0000000..7c4a5ab Binary files /dev/null and b/res/drawable-ldpi/ic_button_new.png differ diff --git a/res/drawable-ldpi/ic_button_scoreboard.png b/res/drawable-ldpi/ic_button_scoreboard.png new file mode 100644 index 0000000..e7251cd Binary files /dev/null and b/res/drawable-ldpi/ic_button_scoreboard.png differ diff --git a/res/drawable-ldpi/ic_button_single.png b/res/drawable-ldpi/ic_button_single.png new file mode 100644 index 0000000..f168323 Binary files /dev/null and b/res/drawable-ldpi/ic_button_single.png differ diff --git a/res/drawable-ldpi/ic_button_sound_off.png b/res/drawable-ldpi/ic_button_sound_off.png new file mode 100644 index 0000000..40e3d44 Binary files /dev/null and b/res/drawable-ldpi/ic_button_sound_off.png differ diff --git a/res/drawable-ldpi/ic_button_sound_on.png b/res/drawable-ldpi/ic_button_sound_on.png new file mode 100644 index 0000000..7be4428 Binary files /dev/null and b/res/drawable-ldpi/ic_button_sound_on.png differ diff --git a/res/drawable-ldpi/ic_dialog_alert.png b/res/drawable-ldpi/ic_dialog_alert.png new file mode 100644 index 0000000..6c3c624 Binary files /dev/null and b/res/drawable-ldpi/ic_dialog_alert.png differ diff --git a/res/drawable-ldpi/ic_dialog_info.png b/res/drawable-ldpi/ic_dialog_info.png new file mode 100644 index 0000000..a1dcc5a Binary files /dev/null and b/res/drawable-ldpi/ic_dialog_info.png differ diff --git a/res/drawable-ldpi/ic_dialog_new.png b/res/drawable-ldpi/ic_dialog_new.png new file mode 100644 index 0000000..571fe5b Binary files /dev/null and b/res/drawable-ldpi/ic_dialog_new.png differ diff --git a/res/drawable-ldpi/ic_dialog_win.png b/res/drawable-ldpi/ic_dialog_win.png new file mode 100644 index 0000000..82aafea Binary files /dev/null and b/res/drawable-ldpi/ic_dialog_win.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..0645a32 Binary files /dev/null and b/res/drawable-ldpi/ic_launcher.png differ diff --git a/res/drawable-ldpi/ic_tab_n100_selected.png b/res/drawable-ldpi/ic_tab_n100_selected.png new file mode 100644 index 0000000..4b5c385 Binary files /dev/null and b/res/drawable-ldpi/ic_tab_n100_selected.png differ diff --git a/res/drawable-ldpi/ic_tab_n100_unselected.png b/res/drawable-ldpi/ic_tab_n100_unselected.png new file mode 100644 index 0000000..c75ea35 Binary files /dev/null and b/res/drawable-ldpi/ic_tab_n100_unselected.png differ diff --git a/res/drawable-ldpi/ic_tab_n25_selected.png b/res/drawable-ldpi/ic_tab_n25_selected.png new file mode 100644 index 0000000..64b6a82 Binary files /dev/null and b/res/drawable-ldpi/ic_tab_n25_selected.png differ diff --git a/res/drawable-ldpi/ic_tab_n25_unselected.png b/res/drawable-ldpi/ic_tab_n25_unselected.png new file mode 100644 index 0000000..cdb4223 Binary files /dev/null and b/res/drawable-ldpi/ic_tab_n25_unselected.png differ diff --git a/res/drawable-ldpi/ic_tab_n50_selected.png b/res/drawable-ldpi/ic_tab_n50_selected.png new file mode 100644 index 0000000..d53484e Binary files /dev/null and b/res/drawable-ldpi/ic_tab_n50_selected.png differ diff --git a/res/drawable-ldpi/ic_tab_n50_unselected.png b/res/drawable-ldpi/ic_tab_n50_unselected.png new file mode 100644 index 0000000..9ecb910 Binary files /dev/null and b/res/drawable-ldpi/ic_tab_n50_unselected.png differ diff --git a/res/drawable-ldpi/title.png b/res/drawable-ldpi/title.png new file mode 100644 index 0000000..884c056 Binary files /dev/null and b/res/drawable-ldpi/title.png differ diff --git a/res/drawable-mdpi-v5/ic_tab_n100_selected.png b/res/drawable-mdpi-v5/ic_tab_n100_selected.png new file mode 100644 index 0000000..9f951e3 Binary files /dev/null and b/res/drawable-mdpi-v5/ic_tab_n100_selected.png differ diff --git a/res/drawable-mdpi-v5/ic_tab_n100_unselected.png b/res/drawable-mdpi-v5/ic_tab_n100_unselected.png new file mode 100644 index 0000000..268fdd9 Binary files /dev/null and b/res/drawable-mdpi-v5/ic_tab_n100_unselected.png differ diff --git a/res/drawable-mdpi-v5/ic_tab_n25_selected.png b/res/drawable-mdpi-v5/ic_tab_n25_selected.png new file mode 100644 index 0000000..b4eb98a Binary files /dev/null and b/res/drawable-mdpi-v5/ic_tab_n25_selected.png differ diff --git a/res/drawable-mdpi-v5/ic_tab_n25_unselected.png b/res/drawable-mdpi-v5/ic_tab_n25_unselected.png new file mode 100644 index 0000000..21feecb Binary files /dev/null and b/res/drawable-mdpi-v5/ic_tab_n25_unselected.png differ diff --git a/res/drawable-mdpi-v5/ic_tab_n50_selected.png b/res/drawable-mdpi-v5/ic_tab_n50_selected.png new file mode 100644 index 0000000..efb447c Binary files /dev/null and b/res/drawable-mdpi-v5/ic_tab_n50_selected.png differ diff --git a/res/drawable-mdpi-v5/ic_tab_n50_unselected.png b/res/drawable-mdpi-v5/ic_tab_n50_unselected.png new file mode 100644 index 0000000..39d7589 Binary files /dev/null and b/res/drawable-mdpi-v5/ic_tab_n50_unselected.png differ diff --git a/res/drawable-mdpi/ic_action_search.png b/res/drawable-mdpi/ic_action_search.png new file mode 100644 index 0000000..134d549 Binary files /dev/null and b/res/drawable-mdpi/ic_action_search.png differ diff --git a/res/drawable-mdpi/ic_button_continue.png b/res/drawable-mdpi/ic_button_continue.png new file mode 100644 index 0000000..29cf632 Binary files /dev/null and b/res/drawable-mdpi/ic_button_continue.png differ diff --git a/res/drawable-mdpi/ic_button_double.png b/res/drawable-mdpi/ic_button_double.png new file mode 100644 index 0000000..93cce76 Binary files /dev/null and b/res/drawable-mdpi/ic_button_double.png differ diff --git a/res/drawable-mdpi/ic_button_exit.png b/res/drawable-mdpi/ic_button_exit.png new file mode 100644 index 0000000..b908415 Binary files /dev/null and b/res/drawable-mdpi/ic_button_exit.png differ diff --git a/res/drawable-mdpi/ic_button_help.png b/res/drawable-mdpi/ic_button_help.png new file mode 100644 index 0000000..2a66a14 Binary files /dev/null and b/res/drawable-mdpi/ic_button_help.png differ diff --git a/res/drawable-mdpi/ic_button_lock.png b/res/drawable-mdpi/ic_button_lock.png new file mode 100644 index 0000000..49be15d Binary files /dev/null and b/res/drawable-mdpi/ic_button_lock.png differ diff --git a/res/drawable-mdpi/ic_button_new.png b/res/drawable-mdpi/ic_button_new.png new file mode 100644 index 0000000..b5bd817 Binary files /dev/null and b/res/drawable-mdpi/ic_button_new.png differ diff --git a/res/drawable-mdpi/ic_button_scoreboard.png b/res/drawable-mdpi/ic_button_scoreboard.png new file mode 100644 index 0000000..4453291 Binary files /dev/null and b/res/drawable-mdpi/ic_button_scoreboard.png differ diff --git a/res/drawable-mdpi/ic_button_single.png b/res/drawable-mdpi/ic_button_single.png new file mode 100644 index 0000000..f882b44 Binary files /dev/null and b/res/drawable-mdpi/ic_button_single.png differ diff --git a/res/drawable-mdpi/ic_button_sound_off.png b/res/drawable-mdpi/ic_button_sound_off.png new file mode 100644 index 0000000..5b23d34 Binary files /dev/null and b/res/drawable-mdpi/ic_button_sound_off.png differ diff --git a/res/drawable-mdpi/ic_button_sound_on.png b/res/drawable-mdpi/ic_button_sound_on.png new file mode 100644 index 0000000..91ae12a Binary files /dev/null and b/res/drawable-mdpi/ic_button_sound_on.png differ diff --git a/res/drawable-mdpi/ic_dialog_alert.png b/res/drawable-mdpi/ic_dialog_alert.png new file mode 100644 index 0000000..ef498ef Binary files /dev/null and b/res/drawable-mdpi/ic_dialog_alert.png differ diff --git a/res/drawable-mdpi/ic_dialog_info.png b/res/drawable-mdpi/ic_dialog_info.png new file mode 100644 index 0000000..e8b0229 Binary files /dev/null and b/res/drawable-mdpi/ic_dialog_info.png differ diff --git a/res/drawable-mdpi/ic_dialog_new.png b/res/drawable-mdpi/ic_dialog_new.png new file mode 100644 index 0000000..1cbc400 Binary files /dev/null and b/res/drawable-mdpi/ic_dialog_new.png differ diff --git a/res/drawable-mdpi/ic_dialog_win.png b/res/drawable-mdpi/ic_dialog_win.png new file mode 100644 index 0000000..e7a8c04 Binary files /dev/null and b/res/drawable-mdpi/ic_dialog_win.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..20e6ba8 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_tab_n100_selected.png b/res/drawable-mdpi/ic_tab_n100_selected.png new file mode 100644 index 0000000..11ad714 Binary files /dev/null and b/res/drawable-mdpi/ic_tab_n100_selected.png differ diff --git a/res/drawable-mdpi/ic_tab_n100_unselected.png b/res/drawable-mdpi/ic_tab_n100_unselected.png new file mode 100644 index 0000000..2e971ff Binary files /dev/null and b/res/drawable-mdpi/ic_tab_n100_unselected.png differ diff --git a/res/drawable-mdpi/ic_tab_n25_selected.png b/res/drawable-mdpi/ic_tab_n25_selected.png new file mode 100644 index 0000000..02eabec Binary files /dev/null and b/res/drawable-mdpi/ic_tab_n25_selected.png differ diff --git a/res/drawable-mdpi/ic_tab_n25_unselected.png b/res/drawable-mdpi/ic_tab_n25_unselected.png new file mode 100644 index 0000000..3703f83 Binary files /dev/null and b/res/drawable-mdpi/ic_tab_n25_unselected.png differ diff --git a/res/drawable-mdpi/ic_tab_n50_selected.png b/res/drawable-mdpi/ic_tab_n50_selected.png new file mode 100644 index 0000000..2dfc514 Binary files /dev/null and b/res/drawable-mdpi/ic_tab_n50_selected.png differ diff --git a/res/drawable-mdpi/ic_tab_n50_unselected.png b/res/drawable-mdpi/ic_tab_n50_unselected.png new file mode 100644 index 0000000..0f39da4 Binary files /dev/null and b/res/drawable-mdpi/ic_tab_n50_unselected.png differ diff --git a/res/drawable-mdpi/title.png b/res/drawable-mdpi/title.png new file mode 100644 index 0000000..57d0175 Binary files /dev/null and b/res/drawable-mdpi/title.png differ diff --git a/res/drawable-xhdpi-v5/ic_tab_n100_selected.png b/res/drawable-xhdpi-v5/ic_tab_n100_selected.png new file mode 100644 index 0000000..03c588d Binary files /dev/null and b/res/drawable-xhdpi-v5/ic_tab_n100_selected.png differ diff --git a/res/drawable-xhdpi-v5/ic_tab_n100_unselected.png b/res/drawable-xhdpi-v5/ic_tab_n100_unselected.png new file mode 100644 index 0000000..b0e9578 Binary files /dev/null and b/res/drawable-xhdpi-v5/ic_tab_n100_unselected.png differ diff --git a/res/drawable-xhdpi-v5/ic_tab_n25_selected.png b/res/drawable-xhdpi-v5/ic_tab_n25_selected.png new file mode 100644 index 0000000..5e0e308 Binary files /dev/null and b/res/drawable-xhdpi-v5/ic_tab_n25_selected.png differ diff --git a/res/drawable-xhdpi-v5/ic_tab_n25_unselected.png b/res/drawable-xhdpi-v5/ic_tab_n25_unselected.png new file mode 100644 index 0000000..a70b78c Binary files /dev/null and b/res/drawable-xhdpi-v5/ic_tab_n25_unselected.png differ diff --git a/res/drawable-xhdpi-v5/ic_tab_n50_selected.png b/res/drawable-xhdpi-v5/ic_tab_n50_selected.png new file mode 100644 index 0000000..43d5179 Binary files /dev/null and b/res/drawable-xhdpi-v5/ic_tab_n50_selected.png differ diff --git a/res/drawable-xhdpi-v5/ic_tab_n50_unselected.png b/res/drawable-xhdpi-v5/ic_tab_n50_unselected.png new file mode 100644 index 0000000..9faf6d6 Binary files /dev/null and b/res/drawable-xhdpi-v5/ic_tab_n50_unselected.png differ diff --git a/res/drawable-xhdpi/ic_action_search.png b/res/drawable-xhdpi/ic_action_search.png new file mode 100644 index 0000000..d699c6b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_search.png differ diff --git a/res/drawable-xhdpi/ic_button_continue.png b/res/drawable-xhdpi/ic_button_continue.png new file mode 100644 index 0000000..569ff50 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_continue.png differ diff --git a/res/drawable-xhdpi/ic_button_double.png b/res/drawable-xhdpi/ic_button_double.png new file mode 100644 index 0000000..a9a8378 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_double.png differ diff --git a/res/drawable-xhdpi/ic_button_exit.png b/res/drawable-xhdpi/ic_button_exit.png new file mode 100644 index 0000000..0a343c4 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_exit.png differ diff --git a/res/drawable-xhdpi/ic_button_help.png b/res/drawable-xhdpi/ic_button_help.png new file mode 100644 index 0000000..05f6975 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_help.png differ diff --git a/res/drawable-xhdpi/ic_button_lock.png b/res/drawable-xhdpi/ic_button_lock.png new file mode 100644 index 0000000..fa14491 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_lock.png differ diff --git a/res/drawable-xhdpi/ic_button_new.png b/res/drawable-xhdpi/ic_button_new.png new file mode 100644 index 0000000..eb84646 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_new.png differ diff --git a/res/drawable-xhdpi/ic_button_scoreboard.png b/res/drawable-xhdpi/ic_button_scoreboard.png new file mode 100644 index 0000000..a5eb507 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_scoreboard.png differ diff --git a/res/drawable-xhdpi/ic_button_single.png b/res/drawable-xhdpi/ic_button_single.png new file mode 100644 index 0000000..0f10b4a Binary files /dev/null and b/res/drawable-xhdpi/ic_button_single.png differ diff --git a/res/drawable-xhdpi/ic_button_sound_off.png b/res/drawable-xhdpi/ic_button_sound_off.png new file mode 100644 index 0000000..98f34b0 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_sound_off.png differ diff --git a/res/drawable-xhdpi/ic_button_sound_on.png b/res/drawable-xhdpi/ic_button_sound_on.png new file mode 100644 index 0000000..82bf0a3 Binary files /dev/null and b/res/drawable-xhdpi/ic_button_sound_on.png differ diff --git a/res/drawable-xhdpi/ic_dialog_alert.png b/res/drawable-xhdpi/ic_dialog_alert.png new file mode 100644 index 0000000..2834f35 Binary files /dev/null and b/res/drawable-xhdpi/ic_dialog_alert.png differ diff --git a/res/drawable-xhdpi/ic_dialog_info.png b/res/drawable-xhdpi/ic_dialog_info.png new file mode 100644 index 0000000..478dcc1 Binary files /dev/null and b/res/drawable-xhdpi/ic_dialog_info.png differ diff --git a/res/drawable-xhdpi/ic_dialog_new.png b/res/drawable-xhdpi/ic_dialog_new.png new file mode 100644 index 0000000..5d8770f Binary files /dev/null and b/res/drawable-xhdpi/ic_dialog_new.png differ diff --git a/res/drawable-xhdpi/ic_dialog_win.png b/res/drawable-xhdpi/ic_dialog_win.png new file mode 100644 index 0000000..ae6e518 Binary files /dev/null and b/res/drawable-xhdpi/ic_dialog_win.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..f9e48f1 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_tab_n100_selected.png b/res/drawable-xhdpi/ic_tab_n100_selected.png new file mode 100644 index 0000000..81d0d6b Binary files /dev/null and b/res/drawable-xhdpi/ic_tab_n100_selected.png differ diff --git a/res/drawable-xhdpi/ic_tab_n100_unselected.png b/res/drawable-xhdpi/ic_tab_n100_unselected.png new file mode 100644 index 0000000..d3599dd Binary files /dev/null and b/res/drawable-xhdpi/ic_tab_n100_unselected.png differ diff --git a/res/drawable-xhdpi/ic_tab_n25_selected.png b/res/drawable-xhdpi/ic_tab_n25_selected.png new file mode 100644 index 0000000..d00149f Binary files /dev/null and b/res/drawable-xhdpi/ic_tab_n25_selected.png differ diff --git a/res/drawable-xhdpi/ic_tab_n25_unselected.png b/res/drawable-xhdpi/ic_tab_n25_unselected.png new file mode 100644 index 0000000..03d3475 Binary files /dev/null and b/res/drawable-xhdpi/ic_tab_n25_unselected.png differ diff --git a/res/drawable-xhdpi/ic_tab_n50_selected.png b/res/drawable-xhdpi/ic_tab_n50_selected.png new file mode 100644 index 0000000..348cb21 Binary files /dev/null and b/res/drawable-xhdpi/ic_tab_n50_selected.png differ diff --git a/res/drawable-xhdpi/ic_tab_n50_unselected.png b/res/drawable-xhdpi/ic_tab_n50_unselected.png new file mode 100644 index 0000000..819fb53 Binary files /dev/null and b/res/drawable-xhdpi/ic_tab_n50_unselected.png differ diff --git a/res/drawable-xhdpi/title.png b/res/drawable-xhdpi/title.png new file mode 100644 index 0000000..71edd5d Binary files /dev/null and b/res/drawable-xhdpi/title.png differ diff --git a/res/drawable/ic_tab_n100.xml b/res/drawable/ic_tab_n100.xml new file mode 100644 index 0000000..ce8bd8f --- /dev/null +++ b/res/drawable/ic_tab_n100.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_tab_n25.xml b/res/drawable/ic_tab_n25.xml new file mode 100644 index 0000000..108ac53 --- /dev/null +++ b/res/drawable/ic_tab_n25.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_tab_n50.xml b/res/drawable/ic_tab_n50.xml new file mode 100644 index 0000000..a1a7c34 --- /dev/null +++ b/res/drawable/ic_tab_n50.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/layout/activity_double.xml b/res/layout/activity_double.xml new file mode 100644 index 0000000..829e7aa --- /dev/null +++ b/res/layout/activity_double.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml new file mode 100644 index 0000000..4356bc0 --- /dev/null +++ b/res/layout/activity_main.xml @@ -0,0 +1,79 @@ + + + + +