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
This commit is contained in:
Jason Chen
2012-10-12 10:47:11 -07:00
parent 0d06152d40
commit 0c2388a40c
8 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

@@ -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"
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB