am dfd9182b: Move launcher icon from mipmap to drawable
* commit 'dfd9182b15a6844a75e21a75b25db343648545de': Move launcher icon from mipmap to drawablemain
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |