Move launcher icon from mipmap to drawable

Bug: 11106827
Change-Id: I45e64759ce095669be557957fa27eb7f9933e188
This commit is contained in:
Tadashi G. Takaoka 2013-12-03 12:34:08 +09:00
parent 6d9e273fb5
commit dfd9182b15
5 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />
<application android:label="@string/english_ime_name"
android:icon="@mipmap/ic_launcher_keyboard"
android:icon="@drawable/ic_launcher_keyboard"
android:killAfterRestore="false"
android:supportsRtl="true">
@ -57,7 +57,7 @@
<activity android:name=".setup.SetupActivity"
android:label="@string/english_ime_name"
android:icon="@mipmap/ic_launcher_keyboard"
android:icon="@drawable/ic_launcher_keyboard"
android:launchMode="singleTask"
android:noHistory="true">
<intent-filter>

View file

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB