diff options
author | Jason Chen <jasonchen@google.com> | 2012-10-12 10:47:11 -0700 |
---|---|---|
committer | Jason Chen <jasonchen@google.com> | 2012-10-12 10:47:11 -0700 |
commit | 0c2388a40c3435615afa1e9b424549d29a98f44e (patch) | |
tree | 16fc3c0135facf1a0d890fc1fe5e122505be4029 /res/layout-sw720dp | |
parent | 0d06152d4026e933d8308002e1d53ca4eba6cad2 (diff) | |
download | packages_apps_Trebuchet-0c2388a40c3435615afa1e9b424549d29a98f44e.tar.gz packages_apps_Trebuchet-0c2388a40c3435615afa1e9b424549d29a98f44e.tar.bz2 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
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r-- | res/layout-sw720dp/external_widget_drop_list_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |