diff options
author | 2012-07-26 16:35:15 +0900 | |
---|---|---|
committer | 2012-07-26 19:03:35 +0900 | |
commit | 97c8d288a8cdef93dbc9301e4f33e008345ae717 (patch) | |
tree | 54bbf8dbf2b4ae700e81939e77aa5723114dee61 /java/res/xml | |
parent | e863fb712fc6886e8eef345c3c45c21396a89cbf (diff) | |
download | latinime-97c8d288a8cdef93dbc9301e4f33e008345ae717.tar.gz latinime-97c8d288a8cdef93dbc9301e4f33e008345ae717.tar.xz latinime-97c8d288a8cdef93dbc9301e4f33e008345ae717.zip |
Add Zulu keyboard
Bug: 6867914
Change-Id: I13316ac2a554a8601f920e875d540e5375e12860
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/method.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index eb6dcf75a..acdf7645f 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -71,6 +71,7 @@ tr: Turkish/qwerty uk: Ukrainian/east_slavic vi: Vietnamese/qwerty + zu: Zulu/qwerty zz: QWERTY/qwerty --> <!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. --> @@ -384,6 +385,12 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable" /> <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_generic" + android:imeSubtypeLocale="zu" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable" + /> + <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_no_language_qwerty" android:imeSubtypeLocale="zz" android:imeSubtypeMode="keyboard" |