commit 7db213242ec7cc7888dd1aab1aeb14fd14265d7d Author: Maurus Cuelenaere Date: Mon Jan 31 17:21:53 2011 +0100 Android Theme Manager (WIP) diff --git a/utils/android_themesmanager/.classpath b/utils/android_themesmanager/.classpath new file mode 100644 index 0000000..609aa00 --- /dev/null +++ b/utils/android_themesmanager/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/utils/android_themesmanager/.gitignore b/utils/android_themesmanager/.gitignore new file mode 100644 index 0000000..e614fbb --- /dev/null +++ b/utils/android_themesmanager/.gitignore @@ -0,0 +1,2 @@ +bin +gen diff --git a/utils/android_themesmanager/.project b/utils/android_themesmanager/.project new file mode 100644 index 0000000..f1b49d2 --- /dev/null +++ b/utils/android_themesmanager/.project @@ -0,0 +1,33 @@ + + + Rockbox Themes Manager + + + + + + 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/utils/android_themesmanager/AndroidManifest.xml b/utils/android_themesmanager/AndroidManifest.xml new file mode 100644 index 0000000..80149dd --- /dev/null +++ b/utils/android_themesmanager/AndroidManifest.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/utils/android_themesmanager/build.properties b/utils/android_themesmanager/build.properties new file mode 100644 index 0000000..ee52d86 --- /dev/null +++ b/utils/android_themesmanager/build.properties @@ -0,0 +1,17 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked in Version Control Systems, as it is +# integral to the build system of your project. + +# This file is only used by the Ant script. + +# You can use this to override default values such as +# 'source.dir' for the location of your java source folder and +# 'out.dir' for the location of your output folder. + +# You can also use it define how the release builds are signed by declaring +# the following properties: +# 'key.store' for the location of your keystore and +# 'key.alias' for the name of the key to use. +# The password will be asked during the build when you use the 'release' target. + diff --git a/utils/android_themesmanager/build.xml b/utils/android_themesmanager/build.xml new file mode 100644 index 0000000..20d7e33 --- /dev/null +++ b/utils/android_themesmanager/build.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/utils/android_themesmanager/default.properties b/utils/android_themesmanager/default.properties new file mode 100644 index 0000000..4686f7f --- /dev/null +++ b/utils/android_themesmanager/default.properties @@ -0,0 +1,11 @@ +# 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 use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-9 diff --git a/utils/android_themesmanager/res/drawable-hdpi/icon.png b/utils/android_themesmanager/res/drawable-hdpi/icon.png new file mode 100644 index 0000000..8074c4c Binary files /dev/null and b/utils/android_themesmanager/res/drawable-hdpi/icon.png differ diff --git a/utils/android_themesmanager/res/drawable-ldpi/icon.png b/utils/android_themesmanager/res/drawable-ldpi/icon.png new file mode 100644 index 0000000..1095584 Binary files /dev/null and b/utils/android_themesmanager/res/drawable-ldpi/icon.png differ diff --git a/utils/android_themesmanager/res/drawable-mdpi/icon.png b/utils/android_themesmanager/res/drawable-mdpi/icon.png new file mode 100644 index 0000000..a07c69f Binary files /dev/null and b/utils/android_themesmanager/res/drawable-mdpi/icon.png differ diff --git a/utils/android_themesmanager/res/layout/listactivity.xml b/utils/android_themesmanager/res/layout/listactivity.xml new file mode 100644 index 0000000..0e9eed0 --- /dev/null +++ b/utils/android_themesmanager/res/layout/listactivity.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/utils/android_themesmanager/res/layout/theme_information.xml b/utils/android_themesmanager/res/layout/theme_information.xml new file mode 100644 index 0000000..de904f0 --- /dev/null +++ b/utils/android_themesmanager/res/layout/theme_information.xml @@ -0,0 +1,29 @@ + + + + + + +