diff options
author | 2012-01-11 01:55:00 -0800 | |
---|---|---|
committer | 2012-01-11 01:55:00 -0800 | |
commit | 791b5540ffaa97224ea6954ca558c11a3eefb069 (patch) | |
tree | 541af942413ca0e97e7c5fd70cc42bd5d98bb7be /java | |
parent | 338a3ab7240f8cf1bfcdd3951af30597f8ba5c57 (diff) | |
parent | 0f925efb5caf5a8bdb9aa5c030c0d6ee66ac753b (diff) | |
download | latinime-791b5540ffaa97224ea6954ca558c11a3eefb069.tar.gz latinime-791b5540ffaa97224ea6954ca558c11a3eefb069.tar.xz latinime-791b5540ffaa97224ea6954ca558c11a3eefb069.zip |
am 0f925efb: Merge "Add EnabledWhenDefaultIsNotAsciiCapable to English keyboard subtype"
* commit '0f925efb5caf5a8bdb9aa5c030c0d6ee66ac753b':
Add EnabledWhenDefaultIsNotAsciiCapable to English keyboard subtype
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index f58ad76f7..a3b1d5859 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -32,7 +32,7 @@ android:label="@string/subtype_en_US" android:imeSubtypeLocale="en_US" android:imeSubtypeMode="keyboard" - android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection" + android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EnabledWhenDefaultIsNotAsciiCapable" /> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_en_GB" |