diff options
author | 2013-07-04 14:26:02 +0900 | |
---|---|---|
committer | 2013-07-04 14:47:33 +0900 | |
commit | fe202d6738e57187925560bdac9051468aadd63e (patch) | |
tree | 42f47c2222bc54f906bfc6bfe7ac7f370ec4718d /java/res | |
parent | 0e007eaff6c2b0c583de17970f1c8ecddadd6fd5 (diff) | |
download | latinime-fe202d6738e57187925560bdac9051468aadd63e.tar.gz latinime-fe202d6738e57187925560bdac9051468aadd63e.tar.xz latinime-fe202d6738e57187925560bdac9051468aadd63e.zip |
Add Azerbaijani keyboard
Bug: 7963448
Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/method.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 1c3744720..5e33601e6 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -21,9 +21,10 @@ <!-- for the Input Method Manager. --> <!-- Supported subtypes - keyboard_locale: script_name/keyboard_layout_set[:keyboard_locale] + keyboard_locale: script_name/keyboard_layout_set af: Afrikaans/qwerty ar: Arabic/arabic + az: Azerbaijani/qwerty be: Belarusian/east_slavic bg: Bulgarian/bulgarian bg: Bulgarian/bulgarian_bds @@ -118,6 +119,13 @@ /> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" + android:subtypeId="0x2a362219" + android:imeSubtypeLocale="az" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection" + /> + <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_generic" android:subtypeId="0x1dc3a859" android:imeSubtypeLocale="be" android:imeSubtypeMode="keyboard" |