am dfd9182b: Move launcher icon from mipmap to drawable

* commit 'dfd9182b15a6844a75e21a75b25db343648545de':
  Move launcher icon from mipmap to drawable
main
Tadashi G. Takaoka 2013-12-02 19:49:24 -08:00 committed by Android Git Automerger
commit 7808a4e877
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