diff options
author | 2013-08-28 09:01:52 +0900 | |
---|---|---|
committer | 2013-08-28 16:26:00 +0900 | |
commit | 34cbcc1aed6655709766231395aaaed6e519642f (patch) | |
tree | 954ae8a5bb30ada91c5c58844704184eae73e3bf /java/res/xml | |
parent | b7eae3ffa4c25aa70adae7e410a244d3acf21307 (diff) | |
download | latinime-34cbcc1aed6655709766231395aaaed6e519642f.tar.gz latinime-34cbcc1aed6655709766231395aaaed6e519642f.tar.xz latinime-34cbcc1aed6655709766231395aaaed6e519642f.zip |
Add dummy Emoji subtype
Bug: 6370846
Change-Id: I4fa3a6832fa316d0c6312d434be3c3ff02b52402
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/method.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 2c3ac57ed..689b270a8 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -80,6 +80,7 @@ vi: Vietnamese/qwerty zu: Zulu/qwerty zz: QWERTY/qwerty + (zz: Emoji/emoji) --> <!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. --> <!-- Note: SupportTouchPositionCorrection extra value is obsolete and maintained for backward @@ -510,4 +511,15 @@ android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable,EnabledWhenDefaultIsNotAsciiCapable" /> + <!-- Emoji subtype has to be an addtional subtype added at boot time because ICS doesn't + support Emoji. --> + <!-- + <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_emoji" + android:subtypeId="0xc14d88b2" + android:imeSubtypeLocale="zz" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=emoji" + /> + --> </input-method> |