diff options
author | 2012-07-26 12:38:47 +0900 | |
---|---|---|
committer | 2012-07-26 15:57:35 +0900 | |
commit | 55c01170c49cc8ebcb31ca70ac413ab469824e12 (patch) | |
tree | af1b3b1498ccec7feda385bb377965098ab3f309 /java/res/xml | |
parent | 941f222c21809bc3926b8238aae10d660b5b9bfa (diff) | |
download | latinime-55c01170c49cc8ebcb31ca70ac413ab469824e12.tar.gz latinime-55c01170c49cc8ebcb31ca70ac413ab469824e12.tar.xz latinime-55c01170c49cc8ebcb31ca70ac413ab469824e12.zip |
Add Afrikaans keyboard layout
Bug: 6867914
Change-Id: Ice35b20a0a51dda21c8271256064523bb5844952
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 b448e00a3..eb6dcf75a 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -22,6 +22,7 @@ <!-- Supported subtypes keyboard_locale: script_name/keyboard_layout_set[:keyboard_locale] + af: Afrikaans/qwerty ar: Arabic/arabic be: Belarusian/east_slavic bg: Bulgarian/bulgarian @@ -92,6 +93,12 @@ /> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" + android:imeSubtypeLocale="af" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable" + /> + <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_generic" android:imeSubtypeLocale="ar" android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="SupportTouchPositionCorrection" |