summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Chen <jasonchen@google.com>2012-10-12 10:47:11 -0700
committerJason Chen <jasonchen@google.com>2012-10-12 10:47:11 -0700
commit0c2388a40c3435615afa1e9b424549d29a98f44e (patch)
tree16fc3c0135facf1a0d890fc1fe5e122505be4029
parent0d06152d4026e933d8308002e1d53ca4eba6cad2 (diff)
downloadandroid_packages_apps_Trebuchet-0c2388a40c3435615afa1e9b424549d29a98f44e.tar.gz
android_packages_apps_Trebuchet-0c2388a40c3435615afa1e9b424549d29a98f44e.tar.bz2
android_packages_apps_Trebuchet-0c2388a40c3435615afa1e9b424549d29a98f44e.zip
Let's enhance
Add mipmap-* launcher icon assets. Removes equivalent icons from drawable directories and fixes up the reference to them in a layout. Bug: 6718166 Change-Id: Ic97e3208d0b47523c8fabef949b2b06825e2fa8f
-rw-r--r--res/drawable-hdpi/ic_launcher_application.pngbin3966 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_launcher_application.pngbin2898 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_launcher_application.pngbin7196 -> 0 bytes
-rw-r--r--res/layout-sw720dp/external_widget_drop_list_item.xml2
-rw-r--r--res/mipmap-hdpi/ic_launcher_application.pngbin0 -> 8430 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_application.pngbin0 -> 4953 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_application.pngbin0 -> 11814 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_application.pngbin0 -> 19388 bytes
8 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_launcher_application.png b/res/drawable-hdpi/ic_launcher_application.png
deleted file mode 100644
index 882eb148a..000000000
--- a/res/drawable-hdpi/ic_launcher_application.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher_application.png b/res/drawable-mdpi/ic_launcher_application.png
deleted file mode 100644
index d7ff4172c..000000000
--- a/res/drawable-mdpi/ic_launcher_application.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher_application.png b/res/drawable-xhdpi/ic_launcher_application.png
deleted file mode 100644
index 83acf89ef..000000000
--- a/res/drawable-xhdpi/ic_launcher_application.png
+++ /dev/null
Binary files differ
diff --git a/res/layout-sw720dp/external_widget_drop_list_item.xml b/res/layout-sw720dp/external_widget_drop_list_item.xml
index 84f40eddf..a24ad3ace 100644
--- a/res/layout-sw720dp/external_widget_drop_list_item.xml
+++ b/res/layout-sw720dp/external_widget_drop_list_item.xml
@@ -28,7 +28,7 @@
android:maxWidth="32dp"
android:maxHeight="32dp"
android:scaleType="fitCenter"
- android:src="@drawable/ic_launcher_application" />
+ android:src="@mipmap/ic_launcher_application" />
<TextView
android:id="@+id/provider"
android:layout_width="match_parent"
diff --git a/res/mipmap-hdpi/ic_launcher_application.png b/res/mipmap-hdpi/ic_launcher_application.png
new file mode 100644
index 000000000..b9aa101ad
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_application.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_application.png b/res/mipmap-mdpi/ic_launcher_application.png
new file mode 100644
index 000000000..4771b855f
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_application.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_application.png b/res/mipmap-xhdpi/ic_launcher_application.png
new file mode 100644
index 000000000..932f0f791
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_application.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_application.png b/res/mipmap-xxhdpi/ic_launcher_application.png
new file mode 100644
index 000000000..7fc739aaf
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_application.png
Binary files differ