diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a4763d1 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a95ae19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +*.class +*~ +DEADJOE +.#* +*.jar +*.zip +*.apk +bin/ +gen/ +bin/* +gen/* +libs/ +libs/* +compiled/ +compiled/* +local.properties +build.xml +assets/build.properties +.settings/ +.settings/* diff --git a/.project b/.project new file mode 100644 index 0000000..b88912f --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + TextFiction + + + + + + 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..f1e00fd --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/art/alice_box.9.png b/art/alice_box.9.png new file mode 100644 index 0000000..00d089f Binary files /dev/null and b/art/alice_box.9.png differ diff --git a/art/alice_box.png b/art/alice_box.png new file mode 100644 index 0000000..2d5dacc Binary files /dev/null and b/art/alice_box.png differ diff --git a/art/alice_box.svg b/art/alice_box.svg new file mode 100644 index 0000000..0181aad --- /dev/null +++ b/art/alice_box.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/art/alice_bubble_left.9.png b/art/alice_bubble_left.9.png new file mode 100644 index 0000000..3b92d22 Binary files /dev/null and b/art/alice_bubble_left.9.png differ diff --git a/art/alice_bubble_left.png b/art/alice_bubble_left.png new file mode 100644 index 0000000..7d9a344 Binary files /dev/null and b/art/alice_bubble_left.png differ diff --git a/art/alice_bubble_left.svg b/art/alice_bubble_left.svg new file mode 100644 index 0000000..28432ff --- /dev/null +++ b/art/alice_bubble_left.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/art/alice_bubble_right.9.png b/art/alice_bubble_right.9.png new file mode 100644 index 0000000..19ef6a8 Binary files /dev/null and b/art/alice_bubble_right.9.png differ diff --git a/art/alice_bubble_right.png b/art/alice_bubble_right.png new file mode 100644 index 0000000..fd42442 Binary files /dev/null and b/art/alice_bubble_right.png differ diff --git a/art/alice_bubble_right.svg b/art/alice_bubble_right.svg new file mode 100644 index 0000000..8fba4b0 --- /dev/null +++ b/art/alice_bubble_right.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/art/alice_inputbox.9.png b/art/alice_inputbox.9.png new file mode 100644 index 0000000..41ccd68 Binary files /dev/null and b/art/alice_inputbox.9.png differ diff --git a/art/alice_inputbox.png b/art/alice_inputbox.png new file mode 100644 index 0000000..31aa44d Binary files /dev/null and b/art/alice_inputbox.png differ diff --git a/art/export.sh b/art/export.sh new file mode 100755 index 0000000..96f87c1 --- /dev/null +++ b/art/export.sh @@ -0,0 +1,8 @@ +#!/bin/bash +for i in ic_launcher.svg; do + inkscape -w 48 -e ../res/drawable-mdpi/`basename $i .svg`.png $i; + inkscape -w 144 -e ../res/drawable-xxhdpi/`basename $i .svg`.png $i; + inkscape -w 72 -e ../res/drawable-hdpi/`basename $i .svg`.png $i; + inkscape -w 96 -e ../res/drawable-xhdpi/`basename $i .svg`.png $i; +done; + diff --git a/art/ic_launcher.svg b/art/ic_launcher.svg new file mode 100644 index 0000000..655b159 --- /dev/null +++ b/art/ic_launcher.svg @@ -0,0 +1,265 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Addess Book + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + address + contact + book + office + + + + + + + + + + + + + + + + + + + + + + + diff --git a/art/nemo_box.9.png b/art/nemo_box.9.png new file mode 100644 index 0000000..882a1c8 Binary files /dev/null and b/art/nemo_box.9.png differ diff --git a/art/nemo_box.png b/art/nemo_box.png new file mode 100644 index 0000000..0bdd308 Binary files /dev/null and b/art/nemo_box.png differ diff --git a/art/nemo_box.svg b/art/nemo_box.svg new file mode 100644 index 0000000..b26102b --- /dev/null +++ b/art/nemo_box.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/art/nemo_bubble_left.9.png b/art/nemo_bubble_left.9.png new file mode 100644 index 0000000..f961be0 Binary files /dev/null and b/art/nemo_bubble_left.9.png differ diff --git a/art/nemo_bubble_left.png b/art/nemo_bubble_left.png new file mode 100644 index 0000000..c9ec325 Binary files /dev/null and b/art/nemo_bubble_left.png differ diff --git a/art/nemo_bubble_left.svg b/art/nemo_bubble_left.svg new file mode 100644 index 0000000..7c4c9e7 --- /dev/null +++ b/art/nemo_bubble_left.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/art/nemo_bubble_right.9.png b/art/nemo_bubble_right.9.png new file mode 100644 index 0000000..2e5360f Binary files /dev/null and b/art/nemo_bubble_right.9.png differ diff --git a/art/nemo_bubble_right.png b/art/nemo_bubble_right.png new file mode 100644 index 0000000..2c46649 Binary files /dev/null and b/art/nemo_bubble_right.png differ diff --git a/art/nemo_bubble_right.svg b/art/nemo_bubble_right.svg new file mode 100644 index 0000000..0a1b560 --- /dev/null +++ b/art/nemo_bubble_right.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/art/proto_bubble.svg b/art/proto_bubble.svg new file mode 100644 index 0000000..c5f496d --- /dev/null +++ b/art/proto_bubble.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/art/shadedregion.9.png b/art/shadedregion.9.png new file mode 100644 index 0000000..00f2e08 Binary files /dev/null and b/art/shadedregion.9.png differ diff --git a/art/shadedregion.png b/art/shadedregion.png new file mode 100644 index 0000000..abadc5d Binary files /dev/null and b/art/shadedregion.png differ diff --git a/art/typicons/export.sh b/art/typicons/export.sh new file mode 100755 index 0000000..f827342 --- /dev/null +++ b/art/typicons/export.sh @@ -0,0 +1,8 @@ +#!/bin/bash +for i in *.svg; do + inkscape -w 32 -e ../../res/drawable-mdpi/`basename $i .svg`.png $i; + inkscape -w 96 -e ../../res/drawable-xxhdpi/`basename $i .svg`.png $i; + inkscape -w 48 -e ../../res/drawable-hdpi/`basename $i .svg`.png $i; + inkscape -w 64 -e ../../res/drawable-xhdpi/`basename $i .svg`.png $i; +done; + diff --git a/art/typicons/ic_action_down.svg b/art/typicons/ic_action_down.svg new file mode 100644 index 0000000..180d56b --- /dev/null +++ b/art/typicons/ic_action_down.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/art/typicons/ic_action_forward.svg b/art/typicons/ic_action_forward.svg new file mode 100644 index 0000000..ebdeffb --- /dev/null +++ b/art/typicons/ic_action_forward.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/art/typicons/ic_action_keyboard.svg b/art/typicons/ic_action_keyboard.svg new file mode 100644 index 0000000..131733a --- /dev/null +++ b/art/typicons/ic_action_keyboard.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/art/typicons/ic_action_left.svg b/art/typicons/ic_action_left.svg new file mode 100644 index 0000000..08bb575 --- /dev/null +++ b/art/typicons/ic_action_left.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/art/typicons/ic_action_right.svg b/art/typicons/ic_action_right.svg new file mode 100644 index 0000000..d3dbe88 --- /dev/null +++ b/art/typicons/ic_action_right.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/art/typicons/ic_action_up.svg b/art/typicons/ic_action_up.svg new file mode 100644 index 0000000..96daec2 --- /dev/null +++ b/art/typicons/ic_action_up.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/art/typicons/ic_action_user0.svg b/art/typicons/ic_action_user0.svg new file mode 100644 index 0000000..c1522b3 --- /dev/null +++ b/art/typicons/ic_action_user0.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + diff --git a/art/typicons/ic_action_user1.svg b/art/typicons/ic_action_user1.svg new file mode 100644 index 0000000..4e74735 --- /dev/null +++ b/art/typicons/ic_action_user1.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/art/typicons/ic_action_user10.svg b/art/typicons/ic_action_user10.svg new file mode 100644 index 0000000..696a16e --- /dev/null +++ b/art/typicons/ic_action_user10.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + diff --git a/art/typicons/ic_action_user11.svg b/art/typicons/ic_action_user11.svg new file mode 100644 index 0000000..13c44e6 --- /dev/null +++ b/art/typicons/ic_action_user11.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/art/typicons/ic_action_user12.svg b/art/typicons/ic_action_user12.svg new file mode 100644 index 0000000..b47ec30 --- /dev/null +++ b/art/typicons/ic_action_user12.svg @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/art/typicons/ic_action_user13.svg b/art/typicons/ic_action_user13.svg new file mode 100644 index 0000000..0a033db --- /dev/null +++ b/art/typicons/ic_action_user13.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/art/typicons/ic_action_user14.svg b/art/typicons/ic_action_user14.svg new file mode 100644 index 0000000..10e8b0a --- /dev/null +++ b/art/typicons/ic_action_user14.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/art/typicons/ic_action_user15.svg b/art/typicons/ic_action_user15.svg new file mode 100644 index 0000000..213df73 --- /dev/null +++ b/art/typicons/ic_action_user15.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + diff --git a/art/typicons/ic_action_user16.svg b/art/typicons/ic_action_user16.svg new file mode 100644 index 0000000..fd08400 --- /dev/null +++ b/art/typicons/ic_action_user16.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + diff --git a/art/typicons/ic_action_user17.svg b/art/typicons/ic_action_user17.svg new file mode 100644 index 0000000..433a103 --- /dev/null +++ b/art/typicons/ic_action_user17.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/art/typicons/ic_action_user18.svg b/art/typicons/ic_action_user18.svg new file mode 100644 index 0000000..006e488 --- /dev/null +++ b/art/typicons/ic_action_user18.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/art/typicons/ic_action_user2.svg b/art/typicons/ic_action_user2.svg new file mode 100644 index 0000000..ea330bf --- /dev/null +++ b/art/typicons/ic_action_user2.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/art/typicons/ic_action_user3.svg b/art/typicons/ic_action_user3.svg new file mode 100644 index 0000000..e45bf5d --- /dev/null +++ b/art/typicons/ic_action_user3.svg @@ -0,0 +1,14 @@ + + + + + diff --git a/art/typicons/ic_action_user4.svg b/art/typicons/ic_action_user4.svg new file mode 100644 index 0000000..dc6b526 --- /dev/null +++ b/art/typicons/ic_action_user4.svg @@ -0,0 +1,14 @@ + + + + + diff --git a/art/typicons/ic_action_user5.svg b/art/typicons/ic_action_user5.svg new file mode 100644 index 0000000..11b8ebf --- /dev/null +++ b/art/typicons/ic_action_user5.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/art/typicons/ic_action_user6.svg b/art/typicons/ic_action_user6.svg new file mode 100644 index 0000000..f172b31 --- /dev/null +++ b/art/typicons/ic_action_user6.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/art/typicons/ic_action_user7.svg b/art/typicons/ic_action_user7.svg new file mode 100644 index 0000000..bd49afc --- /dev/null +++ b/art/typicons/ic_action_user7.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/art/typicons/ic_action_user8.svg b/art/typicons/ic_action_user8.svg new file mode 100644 index 0000000..578db9c --- /dev/null +++ b/art/typicons/ic_action_user8.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/art/typicons/ic_action_user9.svg b/art/typicons/ic_action_user9.svg new file mode 100644 index 0000000..745cd50 --- /dev/null +++ b/art/typicons/ic_action_user9.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/custom_rules.xml b/custom_rules.xml new file mode 100644 index 0000000..9573eba --- /dev/null +++ b/custom_rules.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..b0a3edc 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..a3ee5ab --- /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-17 diff --git a/res/animator/slide_in_right.xml b/res/animator/slide_in_right.xml new file mode 100644 index 0000000..0062f3d --- /dev/null +++ b/res/animator/slide_in_right.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/res/animator/slide_out_left.xml b/res/animator/slide_out_left.xml new file mode 100644 index 0000000..11ebf8c --- /dev/null +++ b/res/animator/slide_out_left.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/ic_action_browse.png b/res/drawable-hdpi/ic_action_browse.png new file mode 100644 index 0000000..833a51d Binary files /dev/null and b/res/drawable-hdpi/ic_action_browse.png differ diff --git a/res/drawable-hdpi/ic_action_clearlog.png b/res/drawable-hdpi/ic_action_clearlog.png new file mode 100644 index 0000000..2a1ef85 Binary files /dev/null and b/res/drawable-hdpi/ic_action_clearlog.png differ diff --git a/res/drawable-hdpi/ic_action_delete.png b/res/drawable-hdpi/ic_action_delete.png new file mode 100644 index 0000000..c3dbcfb Binary files /dev/null and b/res/drawable-hdpi/ic_action_delete.png differ diff --git a/res/drawable-hdpi/ic_action_down.png b/res/drawable-hdpi/ic_action_down.png new file mode 100644 index 0000000..f289eee Binary files /dev/null and b/res/drawable-hdpi/ic_action_down.png differ diff --git a/res/drawable-hdpi/ic_action_expand.png b/res/drawable-hdpi/ic_action_expand.png new file mode 100644 index 0000000..65fd03c Binary files /dev/null and b/res/drawable-hdpi/ic_action_expand.png differ diff --git a/res/drawable-hdpi/ic_action_flip.png b/res/drawable-hdpi/ic_action_flip.png new file mode 100644 index 0000000..63712b3 Binary files /dev/null and b/res/drawable-hdpi/ic_action_flip.png differ diff --git a/res/drawable-hdpi/ic_action_forward.png b/res/drawable-hdpi/ic_action_forward.png new file mode 100644 index 0000000..b44256c Binary files /dev/null and b/res/drawable-hdpi/ic_action_forward.png differ diff --git a/res/drawable-hdpi/ic_action_help.png b/res/drawable-hdpi/ic_action_help.png new file mode 100644 index 0000000..9244b83 Binary files /dev/null and b/res/drawable-hdpi/ic_action_help.png differ diff --git a/res/drawable-hdpi/ic_action_import.png b/res/drawable-hdpi/ic_action_import.png new file mode 100644 index 0000000..97ca708 Binary files /dev/null and b/res/drawable-hdpi/ic_action_import.png differ diff --git a/res/drawable-hdpi/ic_action_keyboard.png b/res/drawable-hdpi/ic_action_keyboard.png new file mode 100644 index 0000000..07af114 Binary files /dev/null and b/res/drawable-hdpi/ic_action_keyboard.png differ diff --git a/res/drawable-hdpi/ic_action_left.png b/res/drawable-hdpi/ic_action_left.png new file mode 100644 index 0000000..d03abd3 Binary files /dev/null and b/res/drawable-hdpi/ic_action_left.png differ diff --git a/res/drawable-hdpi/ic_action_restart.png b/res/drawable-hdpi/ic_action_restart.png new file mode 100644 index 0000000..1760d9d Binary files /dev/null and b/res/drawable-hdpi/ic_action_restart.png differ diff --git a/res/drawable-hdpi/ic_action_restore.png b/res/drawable-hdpi/ic_action_restore.png new file mode 100644 index 0000000..c8f0830 Binary files /dev/null and b/res/drawable-hdpi/ic_action_restore.png differ diff --git a/res/drawable-hdpi/ic_action_right.png b/res/drawable-hdpi/ic_action_right.png new file mode 100644 index 0000000..7cd7f7d Binary files /dev/null and b/res/drawable-hdpi/ic_action_right.png differ diff --git a/res/drawable-hdpi/ic_action_save.png b/res/drawable-hdpi/ic_action_save.png new file mode 100644 index 0000000..827355d Binary files /dev/null and b/res/drawable-hdpi/ic_action_save.png differ diff --git a/res/drawable-hdpi/ic_action_submit.png b/res/drawable-hdpi/ic_action_submit.png new file mode 100644 index 0000000..bb1f231 Binary files /dev/null and b/res/drawable-hdpi/ic_action_submit.png differ diff --git a/res/drawable-hdpi/ic_action_up.png b/res/drawable-hdpi/ic_action_up.png new file mode 100644 index 0000000..e766af7 Binary files /dev/null and b/res/drawable-hdpi/ic_action_up.png differ diff --git a/res/drawable-hdpi/ic_action_user0.png b/res/drawable-hdpi/ic_action_user0.png new file mode 100644 index 0000000..a9a2f08 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user0.png differ diff --git a/res/drawable-hdpi/ic_action_user1.png b/res/drawable-hdpi/ic_action_user1.png new file mode 100644 index 0000000..648f57f Binary files /dev/null and b/res/drawable-hdpi/ic_action_user1.png differ diff --git a/res/drawable-hdpi/ic_action_user10.png b/res/drawable-hdpi/ic_action_user10.png new file mode 100644 index 0000000..008c36b Binary files /dev/null and b/res/drawable-hdpi/ic_action_user10.png differ diff --git a/res/drawable-hdpi/ic_action_user11.png b/res/drawable-hdpi/ic_action_user11.png new file mode 100644 index 0000000..eaeb7e2 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user11.png differ diff --git a/res/drawable-hdpi/ic_action_user12.png b/res/drawable-hdpi/ic_action_user12.png new file mode 100644 index 0000000..b452bef Binary files /dev/null and b/res/drawable-hdpi/ic_action_user12.png differ diff --git a/res/drawable-hdpi/ic_action_user13.png b/res/drawable-hdpi/ic_action_user13.png new file mode 100644 index 0000000..61d1477 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user13.png differ diff --git a/res/drawable-hdpi/ic_action_user14.png b/res/drawable-hdpi/ic_action_user14.png new file mode 100644 index 0000000..4095c96 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user14.png differ diff --git a/res/drawable-hdpi/ic_action_user15.png b/res/drawable-hdpi/ic_action_user15.png new file mode 100644 index 0000000..edc94c1 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user15.png differ diff --git a/res/drawable-hdpi/ic_action_user16.png b/res/drawable-hdpi/ic_action_user16.png new file mode 100644 index 0000000..115baa9 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user16.png differ diff --git a/res/drawable-hdpi/ic_action_user17.png b/res/drawable-hdpi/ic_action_user17.png new file mode 100644 index 0000000..b1b73aa Binary files /dev/null and b/res/drawable-hdpi/ic_action_user17.png differ diff --git a/res/drawable-hdpi/ic_action_user18.png b/res/drawable-hdpi/ic_action_user18.png new file mode 100644 index 0000000..dace689 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user18.png differ diff --git a/res/drawable-hdpi/ic_action_user19.png b/res/drawable-hdpi/ic_action_user19.png new file mode 100644 index 0000000..dace689 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user19.png differ diff --git a/res/drawable-hdpi/ic_action_user2.png b/res/drawable-hdpi/ic_action_user2.png new file mode 100644 index 0000000..c946f33 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user2.png differ diff --git a/res/drawable-hdpi/ic_action_user3.png b/res/drawable-hdpi/ic_action_user3.png new file mode 100644 index 0000000..9f1ce47 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user3.png differ diff --git a/res/drawable-hdpi/ic_action_user4.png b/res/drawable-hdpi/ic_action_user4.png new file mode 100644 index 0000000..e5b1717 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user4.png differ diff --git a/res/drawable-hdpi/ic_action_user5.png b/res/drawable-hdpi/ic_action_user5.png new file mode 100644 index 0000000..4c1163f Binary files /dev/null and b/res/drawable-hdpi/ic_action_user5.png differ diff --git a/res/drawable-hdpi/ic_action_user6.png b/res/drawable-hdpi/ic_action_user6.png new file mode 100644 index 0000000..c014fde Binary files /dev/null and b/res/drawable-hdpi/ic_action_user6.png differ diff --git a/res/drawable-hdpi/ic_action_user7.png b/res/drawable-hdpi/ic_action_user7.png new file mode 100644 index 0000000..c4fb219 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user7.png differ diff --git a/res/drawable-hdpi/ic_action_user8.png b/res/drawable-hdpi/ic_action_user8.png new file mode 100644 index 0000000..d6abb8d Binary files /dev/null and b/res/drawable-hdpi/ic_action_user8.png differ diff --git a/res/drawable-hdpi/ic_action_user9.png b/res/drawable-hdpi/ic_action_user9.png new file mode 100644 index 0000000..372ed90 Binary files /dev/null and b/res/drawable-hdpi/ic_action_user9.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..43e454e Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_action_browse.png b/res/drawable-mdpi/ic_action_browse.png new file mode 100644 index 0000000..68a44fa Binary files /dev/null and b/res/drawable-mdpi/ic_action_browse.png differ diff --git a/res/drawable-mdpi/ic_action_clearlog.png b/res/drawable-mdpi/ic_action_clearlog.png new file mode 100644 index 0000000..5a1f87f Binary files /dev/null and b/res/drawable-mdpi/ic_action_clearlog.png differ diff --git a/res/drawable-mdpi/ic_action_delete.png b/res/drawable-mdpi/ic_action_delete.png new file mode 100644 index 0000000..f37d7bf Binary files /dev/null and b/res/drawable-mdpi/ic_action_delete.png differ diff --git a/res/drawable-mdpi/ic_action_down.png b/res/drawable-mdpi/ic_action_down.png new file mode 100644 index 0000000..b7866ef Binary files /dev/null and b/res/drawable-mdpi/ic_action_down.png differ diff --git a/res/drawable-mdpi/ic_action_expand.png b/res/drawable-mdpi/ic_action_expand.png new file mode 100644 index 0000000..e6b36b2 Binary files /dev/null and b/res/drawable-mdpi/ic_action_expand.png differ diff --git a/res/drawable-mdpi/ic_action_flip.png b/res/drawable-mdpi/ic_action_flip.png new file mode 100644 index 0000000..d8afe20 Binary files /dev/null and b/res/drawable-mdpi/ic_action_flip.png differ diff --git a/res/drawable-mdpi/ic_action_forward.png b/res/drawable-mdpi/ic_action_forward.png new file mode 100644 index 0000000..55b4ebc Binary files /dev/null and b/res/drawable-mdpi/ic_action_forward.png differ diff --git a/res/drawable-mdpi/ic_action_help.png b/res/drawable-mdpi/ic_action_help.png new file mode 100644 index 0000000..39c594b Binary files /dev/null and b/res/drawable-mdpi/ic_action_help.png differ diff --git a/res/drawable-mdpi/ic_action_import.png b/res/drawable-mdpi/ic_action_import.png new file mode 100644 index 0000000..7983c82 Binary files /dev/null and b/res/drawable-mdpi/ic_action_import.png differ diff --git a/res/drawable-mdpi/ic_action_keyboard.png b/res/drawable-mdpi/ic_action_keyboard.png new file mode 100644 index 0000000..638ef0b Binary files /dev/null and b/res/drawable-mdpi/ic_action_keyboard.png differ diff --git a/res/drawable-mdpi/ic_action_left.png b/res/drawable-mdpi/ic_action_left.png new file mode 100644 index 0000000..75f476a Binary files /dev/null and b/res/drawable-mdpi/ic_action_left.png differ diff --git a/res/drawable-mdpi/ic_action_restart.png b/res/drawable-mdpi/ic_action_restart.png new file mode 100644 index 0000000..5c14a6e Binary files /dev/null and b/res/drawable-mdpi/ic_action_restart.png differ diff --git a/res/drawable-mdpi/ic_action_restore.png b/res/drawable-mdpi/ic_action_restore.png new file mode 100644 index 0000000..086f9b4 Binary files /dev/null and b/res/drawable-mdpi/ic_action_restore.png differ diff --git a/res/drawable-mdpi/ic_action_right.png b/res/drawable-mdpi/ic_action_right.png new file mode 100644 index 0000000..5988827 Binary files /dev/null and b/res/drawable-mdpi/ic_action_right.png differ diff --git a/res/drawable-mdpi/ic_action_save.png b/res/drawable-mdpi/ic_action_save.png new file mode 100644 index 0000000..eebcf21 Binary files /dev/null and b/res/drawable-mdpi/ic_action_save.png differ diff --git a/res/drawable-mdpi/ic_action_submit.png b/res/drawable-mdpi/ic_action_submit.png new file mode 100644 index 0000000..f30aa38 Binary files /dev/null and b/res/drawable-mdpi/ic_action_submit.png differ diff --git a/res/drawable-mdpi/ic_action_up.png b/res/drawable-mdpi/ic_action_up.png new file mode 100644 index 0000000..ea857f0 Binary files /dev/null and b/res/drawable-mdpi/ic_action_up.png differ diff --git a/res/drawable-mdpi/ic_action_user0.png b/res/drawable-mdpi/ic_action_user0.png new file mode 100644 index 0000000..ac93fdf Binary files /dev/null and b/res/drawable-mdpi/ic_action_user0.png differ diff --git a/res/drawable-mdpi/ic_action_user1.png b/res/drawable-mdpi/ic_action_user1.png new file mode 100644 index 0000000..b2a75d2 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user1.png differ diff --git a/res/drawable-mdpi/ic_action_user10.png b/res/drawable-mdpi/ic_action_user10.png new file mode 100644 index 0000000..c337b4d Binary files /dev/null and b/res/drawable-mdpi/ic_action_user10.png differ diff --git a/res/drawable-mdpi/ic_action_user11.png b/res/drawable-mdpi/ic_action_user11.png new file mode 100644 index 0000000..3cccd45 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user11.png differ diff --git a/res/drawable-mdpi/ic_action_user12.png b/res/drawable-mdpi/ic_action_user12.png new file mode 100644 index 0000000..1ca38a8 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user12.png differ diff --git a/res/drawable-mdpi/ic_action_user13.png b/res/drawable-mdpi/ic_action_user13.png new file mode 100644 index 0000000..ca43013 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user13.png differ diff --git a/res/drawable-mdpi/ic_action_user14.png b/res/drawable-mdpi/ic_action_user14.png new file mode 100644 index 0000000..c149f6d Binary files /dev/null and b/res/drawable-mdpi/ic_action_user14.png differ diff --git a/res/drawable-mdpi/ic_action_user15.png b/res/drawable-mdpi/ic_action_user15.png new file mode 100644 index 0000000..a9b802c Binary files /dev/null and b/res/drawable-mdpi/ic_action_user15.png differ diff --git a/res/drawable-mdpi/ic_action_user16.png b/res/drawable-mdpi/ic_action_user16.png new file mode 100644 index 0000000..222ddfa Binary files /dev/null and b/res/drawable-mdpi/ic_action_user16.png differ diff --git a/res/drawable-mdpi/ic_action_user17.png b/res/drawable-mdpi/ic_action_user17.png new file mode 100644 index 0000000..5b2a157 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user17.png differ diff --git a/res/drawable-mdpi/ic_action_user18.png b/res/drawable-mdpi/ic_action_user18.png new file mode 100644 index 0000000..bceb6a8 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user18.png differ diff --git a/res/drawable-mdpi/ic_action_user19.png b/res/drawable-mdpi/ic_action_user19.png new file mode 100644 index 0000000..bceb6a8 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user19.png differ diff --git a/res/drawable-mdpi/ic_action_user2.png b/res/drawable-mdpi/ic_action_user2.png new file mode 100644 index 0000000..cda70fd Binary files /dev/null and b/res/drawable-mdpi/ic_action_user2.png differ diff --git a/res/drawable-mdpi/ic_action_user3.png b/res/drawable-mdpi/ic_action_user3.png new file mode 100644 index 0000000..655276e Binary files /dev/null and b/res/drawable-mdpi/ic_action_user3.png differ diff --git a/res/drawable-mdpi/ic_action_user4.png b/res/drawable-mdpi/ic_action_user4.png new file mode 100644 index 0000000..2bf3a07 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user4.png differ diff --git a/res/drawable-mdpi/ic_action_user5.png b/res/drawable-mdpi/ic_action_user5.png new file mode 100644 index 0000000..1ab7622 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user5.png differ diff --git a/res/drawable-mdpi/ic_action_user6.png b/res/drawable-mdpi/ic_action_user6.png new file mode 100644 index 0000000..23d3278 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user6.png differ diff --git a/res/drawable-mdpi/ic_action_user7.png b/res/drawable-mdpi/ic_action_user7.png new file mode 100644 index 0000000..46bb455 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user7.png differ diff --git a/res/drawable-mdpi/ic_action_user8.png b/res/drawable-mdpi/ic_action_user8.png new file mode 100644 index 0000000..3b6ef65 Binary files /dev/null and b/res/drawable-mdpi/ic_action_user8.png differ diff --git a/res/drawable-mdpi/ic_action_user9.png b/res/drawable-mdpi/ic_action_user9.png new file mode 100644 index 0000000..32a10da Binary files /dev/null and b/res/drawable-mdpi/ic_action_user9.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..b4fe254 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_action_browse.png b/res/drawable-xhdpi/ic_action_browse.png new file mode 100644 index 0000000..77fa490 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_browse.png differ diff --git a/res/drawable-xhdpi/ic_action_clearlog.png b/res/drawable-xhdpi/ic_action_clearlog.png new file mode 100644 index 0000000..9588ec1 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_clearlog.png differ diff --git a/res/drawable-xhdpi/ic_action_delete.png b/res/drawable-xhdpi/ic_action_delete.png new file mode 100644 index 0000000..01dcdf8 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_delete.png differ diff --git a/res/drawable-xhdpi/ic_action_down.png b/res/drawable-xhdpi/ic_action_down.png new file mode 100644 index 0000000..92755a3 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_down.png differ diff --git a/res/drawable-xhdpi/ic_action_expand.png b/res/drawable-xhdpi/ic_action_expand.png new file mode 100644 index 0000000..25f4060 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_expand.png differ diff --git a/res/drawable-xhdpi/ic_action_flip.png b/res/drawable-xhdpi/ic_action_flip.png new file mode 100644 index 0000000..a38ff22 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_flip.png differ diff --git a/res/drawable-xhdpi/ic_action_forward.png b/res/drawable-xhdpi/ic_action_forward.png new file mode 100644 index 0000000..be3fcbb Binary files /dev/null and b/res/drawable-xhdpi/ic_action_forward.png differ diff --git a/res/drawable-xhdpi/ic_action_help.png b/res/drawable-xhdpi/ic_action_help.png new file mode 100644 index 0000000..9d36950 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_help.png differ diff --git a/res/drawable-xhdpi/ic_action_import.png b/res/drawable-xhdpi/ic_action_import.png new file mode 100644 index 0000000..25b343e Binary files /dev/null and b/res/drawable-xhdpi/ic_action_import.png differ diff --git a/res/drawable-xhdpi/ic_action_keyboard.png b/res/drawable-xhdpi/ic_action_keyboard.png new file mode 100644 index 0000000..dc0a61c Binary files /dev/null and b/res/drawable-xhdpi/ic_action_keyboard.png differ diff --git a/res/drawable-xhdpi/ic_action_left.png b/res/drawable-xhdpi/ic_action_left.png new file mode 100644 index 0000000..4e9b92e Binary files /dev/null and b/res/drawable-xhdpi/ic_action_left.png differ diff --git a/res/drawable-xhdpi/ic_action_restart.png b/res/drawable-xhdpi/ic_action_restart.png new file mode 100644 index 0000000..62aee0b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_restart.png differ diff --git a/res/drawable-xhdpi/ic_action_restore.png b/res/drawable-xhdpi/ic_action_restore.png new file mode 100644 index 0000000..54b58f9 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_restore.png differ diff --git a/res/drawable-xhdpi/ic_action_right.png b/res/drawable-xhdpi/ic_action_right.png new file mode 100644 index 0000000..458d98e Binary files /dev/null and b/res/drawable-xhdpi/ic_action_right.png differ diff --git a/res/drawable-xhdpi/ic_action_save.png b/res/drawable-xhdpi/ic_action_save.png new file mode 100644 index 0000000..2e7c579 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_save.png differ diff --git a/res/drawable-xhdpi/ic_action_submit.png b/res/drawable-xhdpi/ic_action_submit.png new file mode 100644 index 0000000..2b14dca Binary files /dev/null and b/res/drawable-xhdpi/ic_action_submit.png differ diff --git a/res/drawable-xhdpi/ic_action_up.png b/res/drawable-xhdpi/ic_action_up.png new file mode 100644 index 0000000..bfa5ee7 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_up.png differ diff --git a/res/drawable-xhdpi/ic_action_user0.png b/res/drawable-xhdpi/ic_action_user0.png new file mode 100644 index 0000000..1ae1a02 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user0.png differ diff --git a/res/drawable-xhdpi/ic_action_user1.png b/res/drawable-xhdpi/ic_action_user1.png new file mode 100644 index 0000000..6e2ed9a Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user1.png differ diff --git a/res/drawable-xhdpi/ic_action_user10.png b/res/drawable-xhdpi/ic_action_user10.png new file mode 100644 index 0000000..1df0ad0 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user10.png differ diff --git a/res/drawable-xhdpi/ic_action_user11.png b/res/drawable-xhdpi/ic_action_user11.png new file mode 100644 index 0000000..940a58e Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user11.png differ diff --git a/res/drawable-xhdpi/ic_action_user12.png b/res/drawable-xhdpi/ic_action_user12.png new file mode 100644 index 0000000..a4e776b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user12.png differ diff --git a/res/drawable-xhdpi/ic_action_user13.png b/res/drawable-xhdpi/ic_action_user13.png new file mode 100644 index 0000000..2865ae5 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user13.png differ diff --git a/res/drawable-xhdpi/ic_action_user14.png b/res/drawable-xhdpi/ic_action_user14.png new file mode 100644 index 0000000..c7691a2 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user14.png differ diff --git a/res/drawable-xhdpi/ic_action_user15.png b/res/drawable-xhdpi/ic_action_user15.png new file mode 100644 index 0000000..6bbee8e Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user15.png differ diff --git a/res/drawable-xhdpi/ic_action_user16.png b/res/drawable-xhdpi/ic_action_user16.png new file mode 100644 index 0000000..a481c5c Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user16.png differ diff --git a/res/drawable-xhdpi/ic_action_user17.png b/res/drawable-xhdpi/ic_action_user17.png new file mode 100644 index 0000000..08411d5 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user17.png differ diff --git a/res/drawable-xhdpi/ic_action_user18.png b/res/drawable-xhdpi/ic_action_user18.png new file mode 100644 index 0000000..29b7552 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user18.png differ diff --git a/res/drawable-xhdpi/ic_action_user19.png b/res/drawable-xhdpi/ic_action_user19.png new file mode 100644 index 0000000..29b7552 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user19.png differ diff --git a/res/drawable-xhdpi/ic_action_user2.png b/res/drawable-xhdpi/ic_action_user2.png new file mode 100644 index 0000000..f15b85b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user2.png differ diff --git a/res/drawable-xhdpi/ic_action_user3.png b/res/drawable-xhdpi/ic_action_user3.png new file mode 100644 index 0000000..ddc14d5 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user3.png differ diff --git a/res/drawable-xhdpi/ic_action_user4.png b/res/drawable-xhdpi/ic_action_user4.png new file mode 100644 index 0000000..c57769f Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user4.png differ diff --git a/res/drawable-xhdpi/ic_action_user5.png b/res/drawable-xhdpi/ic_action_user5.png new file mode 100644 index 0000000..34eed53 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user5.png differ diff --git a/res/drawable-xhdpi/ic_action_user6.png b/res/drawable-xhdpi/ic_action_user6.png new file mode 100644 index 0000000..0275432 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user6.png differ diff --git a/res/drawable-xhdpi/ic_action_user7.png b/res/drawable-xhdpi/ic_action_user7.png new file mode 100644 index 0000000..0e0801b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user7.png differ diff --git a/res/drawable-xhdpi/ic_action_user8.png b/res/drawable-xhdpi/ic_action_user8.png new file mode 100644 index 0000000..02dbf49 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user8.png differ diff --git a/res/drawable-xhdpi/ic_action_user9.png b/res/drawable-xhdpi/ic_action_user9.png new file mode 100644 index 0000000..5b403b0 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_user9.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..7bb17ac Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_action_down.png b/res/drawable-xxhdpi/ic_action_down.png new file mode 100644 index 0000000..e5b5c79 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_down.png differ diff --git a/res/drawable-xxhdpi/ic_action_forward.png b/res/drawable-xxhdpi/ic_action_forward.png new file mode 100644 index 0000000..e414ae1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_forward.png differ diff --git a/res/drawable-xxhdpi/ic_action_keyboard.png b/res/drawable-xxhdpi/ic_action_keyboard.png new file mode 100644 index 0000000..da4f5e2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_keyboard.png differ diff --git a/res/drawable-xxhdpi/ic_action_left.png b/res/drawable-xxhdpi/ic_action_left.png new file mode 100644 index 0000000..f329ed8 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_left.png differ diff --git a/res/drawable-xxhdpi/ic_action_right.png b/res/drawable-xxhdpi/ic_action_right.png new file mode 100644 index 0000000..c1283e7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_right.png differ diff --git a/res/drawable-xxhdpi/ic_action_up.png b/res/drawable-xxhdpi/ic_action_up.png new file mode 100644 index 0000000..a7e96cb Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_up.png differ diff --git a/res/drawable-xxhdpi/ic_action_user0.png b/res/drawable-xxhdpi/ic_action_user0.png new file mode 100644 index 0000000..324ecd0 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user0.png differ diff --git a/res/drawable-xxhdpi/ic_action_user1.png b/res/drawable-xxhdpi/ic_action_user1.png new file mode 100644 index 0000000..655d4cc Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user1.png differ diff --git a/res/drawable-xxhdpi/ic_action_user10.png b/res/drawable-xxhdpi/ic_action_user10.png new file mode 100644 index 0000000..f4730f9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user10.png differ diff --git a/res/drawable-xxhdpi/ic_action_user11.png b/res/drawable-xxhdpi/ic_action_user11.png new file mode 100644 index 0000000..f4ec467 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user11.png differ diff --git a/res/drawable-xxhdpi/ic_action_user12.png b/res/drawable-xxhdpi/ic_action_user12.png new file mode 100644 index 0000000..1dbe344 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user12.png differ diff --git a/res/drawable-xxhdpi/ic_action_user13.png b/res/drawable-xxhdpi/ic_action_user13.png new file mode 100644 index 0000000..ed86771 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user13.png differ diff --git a/res/drawable-xxhdpi/ic_action_user14.png b/res/drawable-xxhdpi/ic_action_user14.png new file mode 100644 index 0000000..90fc1aa Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user14.png differ diff --git a/res/drawable-xxhdpi/ic_action_user15.png b/res/drawable-xxhdpi/ic_action_user15.png new file mode 100644 index 0000000..97f9d3a Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user15.png differ diff --git a/res/drawable-xxhdpi/ic_action_user16.png b/res/drawable-xxhdpi/ic_action_user16.png new file mode 100644 index 0000000..a85e9f4 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user16.png differ diff --git a/res/drawable-xxhdpi/ic_action_user17.png b/res/drawable-xxhdpi/ic_action_user17.png new file mode 100644 index 0000000..21e31fb Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user17.png differ diff --git a/res/drawable-xxhdpi/ic_action_user18.png b/res/drawable-xxhdpi/ic_action_user18.png new file mode 100644 index 0000000..d52fb38 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user18.png differ diff --git a/res/drawable-xxhdpi/ic_action_user19.png b/res/drawable-xxhdpi/ic_action_user19.png new file mode 100644 index 0000000..d52fb38 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user19.png differ diff --git a/res/drawable-xxhdpi/ic_action_user2.png b/res/drawable-xxhdpi/ic_action_user2.png new file mode 100644 index 0000000..795abc8 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user2.png differ diff --git a/res/drawable-xxhdpi/ic_action_user3.png b/res/drawable-xxhdpi/ic_action_user3.png new file mode 100644 index 0000000..82ef0c5 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user3.png differ diff --git a/res/drawable-xxhdpi/ic_action_user4.png b/res/drawable-xxhdpi/ic_action_user4.png new file mode 100644 index 0000000..01898a4 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user4.png differ diff --git a/res/drawable-xxhdpi/ic_action_user5.png b/res/drawable-xxhdpi/ic_action_user5.png new file mode 100644 index 0000000..b671a43 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user5.png differ diff --git a/res/drawable-xxhdpi/ic_action_user6.png b/res/drawable-xxhdpi/ic_action_user6.png new file mode 100644 index 0000000..b9093ab Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user6.png differ diff --git a/res/drawable-xxhdpi/ic_action_user7.png b/res/drawable-xxhdpi/ic_action_user7.png new file mode 100644 index 0000000..ea698df Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user7.png differ diff --git a/res/drawable-xxhdpi/ic_action_user8.png b/res/drawable-xxhdpi/ic_action_user8.png new file mode 100644 index 0000000..536256f Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user8.png differ diff --git a/res/drawable-xxhdpi/ic_action_user9.png b/res/drawable-xxhdpi/ic_action_user9.png new file mode 100644 index 0000000..add2db3 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_user9.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..d9eda0a Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable/alice_box.9.png b/res/drawable/alice_box.9.png new file mode 100644 index 0000000..00d089f Binary files /dev/null and b/res/drawable/alice_box.9.png differ diff --git a/res/drawable/alice_btn_pressed.xml b/res/drawable/alice_btn_pressed.xml new file mode 100644 index 0000000..018431b --- /dev/null +++ b/res/drawable/alice_btn_pressed.xml @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/alice_btn_selector.xml b/res/drawable/alice_btn_selector.xml new file mode 100644 index 0000000..aa314af --- /dev/null +++ b/res/drawable/alice_btn_selector.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/alice_bubble_left.9.png b/res/drawable/alice_bubble_left.9.png new file mode 100644 index 0000000..3b92d22 Binary files /dev/null and b/res/drawable/alice_bubble_left.9.png differ diff --git a/res/drawable/alice_bubble_right.9.png b/res/drawable/alice_bubble_right.9.png new file mode 100644 index 0000000..19ef6a8 Binary files /dev/null and b/res/drawable/alice_bubble_right.9.png differ diff --git a/res/drawable/alice_inputbox.9.png b/res/drawable/alice_inputbox.9.png new file mode 100644 index 0000000..41ccd68 Binary files /dev/null and b/res/drawable/alice_inputbox.9.png differ diff --git a/res/drawable/alice_item_pressed.xml b/res/drawable/alice_item_pressed.xml new file mode 100644 index 0000000..49717ea --- /dev/null +++ b/res/drawable/alice_item_pressed.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/alice_lst_selector.xml b/res/drawable/alice_lst_selector.xml new file mode 100644 index 0000000..2afc967 --- /dev/null +++ b/res/drawable/alice_lst_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/nemo_box.9.png b/res/drawable/nemo_box.9.png new file mode 100644 index 0000000..882a1c8 Binary files /dev/null and b/res/drawable/nemo_box.9.png differ diff --git a/res/drawable/nemo_btn_pressed.xml b/res/drawable/nemo_btn_pressed.xml new file mode 100644 index 0000000..d37e894 --- /dev/null +++ b/res/drawable/nemo_btn_pressed.xml @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/nemo_btn_selector.xml b/res/drawable/nemo_btn_selector.xml new file mode 100644 index 0000000..5436770 --- /dev/null +++ b/res/drawable/nemo_btn_selector.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/nemo_bubble_left.9.png b/res/drawable/nemo_bubble_left.9.png new file mode 100644 index 0000000..f961be0 Binary files /dev/null and b/res/drawable/nemo_bubble_left.9.png differ diff --git a/res/drawable/nemo_bubble_right.9.png b/res/drawable/nemo_bubble_right.9.png new file mode 100644 index 0000000..2e5360f Binary files /dev/null and b/res/drawable/nemo_bubble_right.9.png differ diff --git a/res/drawable/nemo_item_pressed.xml b/res/drawable/nemo_item_pressed.xml new file mode 100644 index 0000000..8e695af --- /dev/null +++ b/res/drawable/nemo_item_pressed.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/nemo_lst_selector.xml b/res/drawable/nemo_lst_selector.xml new file mode 100644 index 0000000..c9a7f24 --- /dev/null +++ b/res/drawable/nemo_lst_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/shadedregion.9.png b/res/drawable/shadedregion.9.png new file mode 100644 index 0000000..00f2e08 Binary files /dev/null and b/res/drawable/shadedregion.9.png differ diff --git a/res/layout/activity_game.xml b/res/layout/activity_game.xml new file mode 100644 index 0000000..9f6ac31 --- /dev/null +++ b/res/layout/activity_game.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + \ 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..65ff9d6 --- /dev/null +++ b/res/layout/activity_main.xml @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/res/layout/fragment_input.xml b/res/layout/fragment_input.xml new file mode 100644 index 0000000..c4122a3 --- /dev/null +++ b/res/layout/fragment_input.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/fragment_library_grid.xml b/res/layout/fragment_library_grid.xml new file mode 100644 index 0000000..5993b3c --- /dev/null +++ b/res/layout/fragment_library_grid.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/fragment_library_list.xml b/res/layout/fragment_library_list.xml new file mode 100644 index 0000000..168fef7 --- /dev/null +++ b/res/layout/fragment_library_list.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/fragment_state.xml b/res/layout/fragment_state.xml new file mode 100644 index 0000000..a7baa66 --- /dev/null +++ b/res/layout/fragment_state.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + +