From 0c2388a40c3435615afa1e9b424549d29a98f44e Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Fri, 12 Oct 2012 10:47:11 -0700 Subject: 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 --- res/layout-sw720dp/external_widget_drop_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout-sw720dp') 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" />