diff options
author | 2011-06-28 17:34:49 +0900 | |
---|---|---|
committer | 2011-06-28 17:52:34 +0900 | |
commit | 1c23d771d1f19981828514af23f64a6dc0380fd7 (patch) | |
tree | 8bca29c96cc8a615c03a023a19346d87ff476c85 /java | |
parent | 7fb04fe007a6d0489168e9c87771db554c873464 (diff) | |
download | latinime-1c23d771d1f19981828514af23f64a6dc0380fd7.tar.gz latinime-1c23d771d1f19981828514af23f64a6dc0380fd7.tar.xz latinime-1c23d771d1f19981828514af23f64a6dc0380fd7.zip |
Add suppress ime swicher notification
Change-Id: I2050df05483c0b97c14c99ee941607371c081176
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index c9c920378..7aaf57b47 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -34,6 +34,7 @@ android:label="@string/subtype_mode_en_US_keyboard" android:imeSubtypeLocale="en_US" android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="TrySuppressingImeSwitcher" /> <!-- <subtype android:icon="@drawable/ic_subtype_mic" --> <!-- android:label="@string/subtype_mode_en_voice" --> @@ -45,6 +46,7 @@ android:label="@string/subtype_mode_en_GB_keyboard" android:imeSubtypeLocale="en_GB" android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="TrySuppressingImeSwitcher" /> <!-- The file for Arabic layout is an alpha version. It needs to be run through UX. --> <subtype android:icon="@drawable/ic_subtype_keyboard" |