aboutsummaryrefslogtreecommitdiffstats
path: root/java/AndroidManifest.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-05-09 11:43:48 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-05-09 11:50:39 +0900
commit499cea949d57def583950a427631c4c4e3803134 (patch)
tree3edb705be52ee6e65f53779462048ec82cda9b7d /java/AndroidManifest.xml
parent3e3758631689bb03ae4fa74f8307338abae29929 (diff)
downloadlatinime-499cea949d57def583950a427631c4c4e3803134.tar.gz
latinime-499cea949d57def583950a427631c4c4e3803134.tar.xz
latinime-499cea949d57def583950a427631c4c4e3803134.zip
Use revised Google Keyboard icon
Bug: 8159728 Change-Id: I458df60cb39f81cde3c08190af0ab08d304f9d98
Diffstat (limited to 'java/AndroidManifest.xml')
-rw-r--r--java/AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml
index e5e62d1d0..e39ca18ee 100644
--- a/java/AndroidManifest.xml
+++ b/java/AndroidManifest.xml
@@ -32,7 +32,7 @@
<uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />
<application android:label="@string/english_ime_name"
- android:icon="@mipmap/ic_ime_settings"
+ android:icon="@mipmap/ic_launcher_keyboard"
android:killAfterRestore="false"
android:supportsRtl="true">
@@ -56,7 +56,7 @@
<activity android:name=".setup.SetupActivity"
android:label="@string/english_ime_name"
- android:icon="@drawable/ic_setup_wizard"
+ android:icon="@mipmap/ic_launcher_keyboard"
android:launchMode="singleTop"
android:clearTaskOnLaunch="true">
<intent-filter>
@@ -127,7 +127,6 @@
<activity android:name="com.android.inputmethod.dictionarypack.DictionarySettingsActivity"
android:label="@string/dictionary_settings_title"
- android:icon="@mipmap/ic_ime_settings"
android:theme="@android:style/Theme.Holo"
android:uiOptions="splitActionBarWhenNarrow">
<intent-filter>
@@ -137,7 +136,6 @@
<activity android:name="com.android.inputmethod.dictionarypack.DownloadOverMeteredDialog"
android:label="@string/dictionary_install_over_metered_network_prompt"
- android:icon="@mipmap/ic_ime_settings"
android:theme="@android:style/Theme.Holo">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>