summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-01-29 13:01:33 -0800
committerJustin Ho <justinho@google.com>2011-01-29 13:02:47 -0800
commit1e6913fda3fb9fb8325c7278a89dbf37f1da25d8 (patch)
tree7a1ad535587060c10f58fc28e76be2a046398207
parent872da8db22d58d7e4d72dfc622b054cf1815f6dc (diff)
downloadandroid_packages_apps_ExactCalculator-1e6913fda3fb9fb8325c7278a89dbf37f1da25d8.tar.gz
android_packages_apps_ExactCalculator-1e6913fda3fb9fb8325c7278a89dbf37f1da25d8.tar.bz2
android_packages_apps_ExactCalculator-1e6913fda3fb9fb8325c7278a89dbf37f1da25d8.zip
Updated Calculator launcher icon
Bug: 3362749 Change-Id: Id04dc4ecddd1c43f4e04809b39138e31ee95d038
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/mipmap-hdpi/ic_launcher_calculator.pngbin0 -> 4498 bytes
-rw-r--r--res/mipmap-hdpi/icon.pngbin1522 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_calculator.pngbin0 -> 2828 bytes
-rw-r--r--res/mipmap-mdpi/icon.pngbin901 -> 0 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8f79283..236eadd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,7 +4,7 @@
<original-package android:name="com.android.calculator2" />
- <application android:label="@string/app_name" android:icon="@mipmap/icon">
+ <application android:label="@string/app_name" android:icon="@mipmap/ic_launcher_calculator">
<activity android:name="Calculator"
android:theme="@android:style/Theme.Holo.NoActionBar"
android:windowSoftInputMode="stateAlwaysHidden">
diff --git a/res/mipmap-hdpi/ic_launcher_calculator.png b/res/mipmap-hdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..b46eac3
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_calculator.png
Binary files differ
diff --git a/res/mipmap-hdpi/icon.png b/res/mipmap-hdpi/icon.png
deleted file mode 100644
index ac1c045..0000000
--- a/res/mipmap-hdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_calculator.png b/res/mipmap-mdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..fde519a
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_calculator.png
Binary files differ
diff --git a/res/mipmap-mdpi/icon.png b/res/mipmap-mdpi/icon.png
deleted file mode 100644
index c574bd3..0000000
--- a/res/mipmap-mdpi/icon.png
+++ /dev/null
Binary files differ