Added custom launcher icon for application.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 3 Jan 2012 18:44:48 +0000 (18:44 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 3 Jan 2012 18:44:48 +0000 (18:44 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@265 180e2498-e6e9-4542-8430-84ac67f01cd8

android/AndroidManifest.xml
android/res/drawable-hdpi/ic_launcher.png [deleted file]
android/res/drawable-ldpi/ic_launcher.png [deleted file]
android/res/drawable-mdpi/ic_launcher.png [deleted file]
android/res/drawable-mdpi/or_launcher.png [new file with mode: 0644]

index 1d73587ba49b5e5181f2b34ab5c934e2685585d3..4ea14ab719670d54a509c8c6fbe2ed7fe8c56b85 100644 (file)
@@ -13,7 +13,7 @@
 \r
     <application\r
         android:debuggable="true"\r
-        android:icon="@drawable/ic_launcher"\r
+        android:icon="@drawable/or_launcher"\r
         android:killAfterRestore="true"\r
         android:label="@string/app_name"\r
         android:name=".android.Application" >\r
diff --git a/android/res/drawable-hdpi/ic_launcher.png b/android/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644 (file)
index 8074c4c..0000000
Binary files a/android/res/drawable-hdpi/ic_launcher.png and /dev/null differ
diff --git a/android/res/drawable-ldpi/ic_launcher.png b/android/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644 (file)
index 8074c4c..0000000
Binary files a/android/res/drawable-ldpi/ic_launcher.png and /dev/null differ
diff --git a/android/res/drawable-mdpi/ic_launcher.png b/android/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644 (file)
index 8074c4c..0000000
Binary files a/android/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/res/drawable-mdpi/or_launcher.png b/android/res/drawable-mdpi/or_launcher.png
new file mode 100644 (file)
index 0000000..f59dd13
Binary files /dev/null and b/android/res/drawable-mdpi/or_launcher.png differ