This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 49f839689a627f5ae1d889867799e28fc5f3dec5 Author: Kevin Morin <morin@codelutin.com> Date: Wed Aug 27 22:33:41 2014 +0200 add drawables --- AndroidManifest.xml | 6 +++--- res/drawable-hdpi/ic_launcher_heisendroid.png | Bin 0 -> 3816 bytes res/drawable-hdpi/ic_menu_logo.png | Bin 0 -> 2482 bytes res/drawable-mdpi/ic_launcher_heisendroid.png | Bin 0 -> 2324 bytes res/drawable-mdpi/ic_menu_logo.png | Bin 0 -> 1633 bytes res/drawable-xhdpi/ic_launcher_heisendroid.png | Bin 0 -> 5763 bytes res/drawable-xhdpi/ic_menu_logo.png | Bin 0 -> 3453 bytes res/drawable-xxhdpi/ic_launcher_heisendroid.png | Bin 0 -> 8755 bytes res/drawable-xxhdpi/ic_menu_logo.png | Bin 0 -> 4751 bytes res/drawable/ic_menu_logo.png | Bin 0 -> 1633 bytes res/drawable/ic_stat_heisendroid.png | Bin 0 -> 20910 bytes 11 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 45b13c3..10ca336 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -26,13 +26,13 @@ android:label="@string/app_name" android:description="@string/app_description" android:theme="@style/Theme.Heisendroid" - android:icon="@drawable/ic_launcher_heisendroid"> + android:icon="@drawable/ic_launcher_heisendroid" + android:logo="@drawable/ic_menu_logo"> <activity android:name=".SettingsActivity" android:label="@string/app_name" android:launchMode="singleTop" - android:configChanges="orientation|screenSize|keyboardHidden" - android:logo="@drawable/ic_menu_heisendroid"> + android:configChanges="orientation|screenSize|keyboardHidden"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> diff --git a/res/drawable-hdpi/ic_launcher_heisendroid.png b/res/drawable-hdpi/ic_launcher_heisendroid.png new file mode 100644 index 0000000..b3a58f8 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_heisendroid.png differ diff --git a/res/drawable-hdpi/ic_menu_logo.png b/res/drawable-hdpi/ic_menu_logo.png new file mode 100644 index 0000000..88dab65 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_logo.png differ diff --git a/res/drawable-mdpi/ic_launcher_heisendroid.png b/res/drawable-mdpi/ic_launcher_heisendroid.png new file mode 100644 index 0000000..17b484d Binary files /dev/null and b/res/drawable-mdpi/ic_launcher_heisendroid.png differ diff --git a/res/drawable-mdpi/ic_menu_logo.png b/res/drawable-mdpi/ic_menu_logo.png new file mode 100644 index 0000000..1425af1 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_logo.png differ diff --git a/res/drawable-xhdpi/ic_launcher_heisendroid.png b/res/drawable-xhdpi/ic_launcher_heisendroid.png new file mode 100644 index 0000000..2eefa61 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher_heisendroid.png differ diff --git a/res/drawable-xhdpi/ic_menu_logo.png b/res/drawable-xhdpi/ic_menu_logo.png new file mode 100644 index 0000000..536e9ee Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_logo.png differ diff --git a/res/drawable-xxhdpi/ic_launcher_heisendroid.png b/res/drawable-xxhdpi/ic_launcher_heisendroid.png new file mode 100644 index 0000000..4746dc3 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher_heisendroid.png differ diff --git a/res/drawable-xxhdpi/ic_menu_logo.png b/res/drawable-xxhdpi/ic_menu_logo.png new file mode 100644 index 0000000..030aa1b Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_logo.png differ diff --git a/res/drawable/ic_menu_logo.png b/res/drawable/ic_menu_logo.png new file mode 100644 index 0000000..1425af1 Binary files /dev/null and b/res/drawable/ic_menu_logo.png differ diff --git a/res/drawable/ic_stat_heisendroid.png b/res/drawable/ic_stat_heisendroid.png new file mode 100644 index 0000000..b7da286 Binary files /dev/null and b/res/drawable/ic_stat_heisendroid.png differ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.