summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJason Chen <jasonchen@google.com>2012-10-14 23:11:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-14 23:11:09 -0700
commit13cc47a6775cc471e1af80b8ec8a1fefb3cf3500 (patch)
tree15b25065ea5f0d816cac3f0d30b9c76a8f82255f /res
parentb76351b392ceb5006c91f85f6ab7b12f7a87e81d (diff)
parentd294cac5d83eb18dea9b2f84d4202b13f3ea3c43 (diff)
downloadandroid_packages_apps_Trebuchet-13cc47a6775cc471e1af80b8ec8a1fefb3cf3500.tar.gz
android_packages_apps_Trebuchet-13cc47a6775cc471e1af80b8ec8a1fefb3cf3500.tar.bz2
android_packages_apps_Trebuchet-13cc47a6775cc471e1af80b8ec8a1fefb3cf3500.zip
am d294cac5: am dddd6c31: am 0c2388a4: Let\'s enhance
* commit 'd294cac5d83eb18dea9b2f84d4202b13f3ea3c43': Let's enhance
Diffstat (limited to 'res')
-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