diff options
author | 2014-04-10 04:21:43 +0000 | |
---|---|---|
committer | 2014-04-10 04:21:43 +0000 | |
commit | 627c9736c0cda95f0edc10b9c701e086eab945c7 (patch) | |
tree | a983030a1ca1a50ab7e46db514256c0faabea34f /java/res | |
parent | 8225873e1412555c9b938d197371104776a4c7f4 (diff) | |
parent | ac5e6ddd975ecba942fabaf752f2fad8773c51db (diff) | |
download | latinime-627c9736c0cda95f0edc10b9c701e086eab945c7.tar.gz latinime-627c9736c0cda95f0edc10b9c701e086eab945c7.tar.xz latinime-627c9736c0cda95f0edc10b9c701e086eab945c7.zip |
am ac5e6ddd: Add Italian (Switzerland) it_CH layout
* commit 'ac5e6ddd975ecba942fabaf752f2fad8773c51db':
Add Italian (Switzerland) it_CH layout
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/method.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 6d8f78773..594378fb4 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -57,6 +57,7 @@ in: Indonesian/qwerty # "id" is the official language code of Indonesian. is: Icelandic/qwerty it: Italian/qwerty + it_CH: Italian (Switzerland)/swiss iw: Hebrew/hebrew # "he" is the official language code of Hebrew. ka_GE: Georgian (Georgia)/georgian kk: Kazakh/east_slavic @@ -385,6 +386,14 @@ android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable" android:isAsciiCapable="true" /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" + android:subtypeId="0xd914fe1a" + android:imeSubtypeLocale="it_CH" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=swiss,AsciiCapable,EmojiCapable" + android:isAsciiCapable="true" + /> <!-- Java uses the deprecated "iw" code instead of the standard "he" code for Hebrew. --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" |