Let's enhance
Add mipmap-* launcher icon assets. Remove drawable-* based assests. Change over reference to mipmap icon. Bug: 6718166 Change-Id: I01f84a03fd1be0ced9cce9cff322a5fe02820075
|
@ -26,7 +26,7 @@
|
||||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||||
|
|
||||||
<application android:label="@string/aosp_android_keyboard_ime_name"
|
<application android:label="@string/aosp_android_keyboard_ime_name"
|
||||||
android:icon="@drawable/ic_ime_settings"
|
android:icon="@mipmap/ic_ime_settings"
|
||||||
android:backupAgent="BackupAgent"
|
android:backupAgent="BackupAgent"
|
||||||
android:killAfterRestore="false"
|
android:killAfterRestore="false"
|
||||||
android:supportsRtl="true">
|
android:supportsRtl="true">
|
||||||
|
|
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2 KiB |
BIN
java/res/mipmap-hdpi/ic_ime_settings.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
java/res/mipmap-mdpi/ic_ime_settings.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
java/res/mipmap-xhdpi/ic_ime_settings.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
java/res/mipmap-xxhdpi/ic_ime_settings.png
Normal file
After Width: | Height: | Size: 3.1 KiB |