diff options
author | 2014-04-10 11:56:44 +0900 | |
---|---|---|
committer | 2014-04-10 11:56:44 +0900 | |
commit | ac5e6ddd975ecba942fabaf752f2fad8773c51db (patch) | |
tree | a983030a1ca1a50ab7e46db514256c0faabea34f /java/res/xml/method.xml | |
parent | a4ac18551f6bf6ca7ee84139e8cea3656a4a8b86 (diff) | |
download | latinime-ac5e6ddd975ecba942fabaf752f2fad8773c51db.tar.gz latinime-ac5e6ddd975ecba942fabaf752f2fad8773c51db.tar.xz latinime-ac5e6ddd975ecba942fabaf752f2fad8773c51db.zip |
Add Italian (Switzerland) it_CH layout
Bug: 13920900
Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb
Diffstat (limited to 'java/res/xml/method.xml')
-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" |