Skip to content
Snippets Groups Projects
Commit fae3131e authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add Indonesian keyboard layout

Bug: 6867914
Change-Id: Id605cc20f3e38c4277c3705622f3078f307d971a
parent 467f829b
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
hi: Hindi/hindi
hr: Croatian/qwertz
hu: Hungarian/qwertz
id: Indonesian/qwerty
is: Icelandic/qwerty
it: Italian/qwerty
iw: Hebrew/hebrew
......@@ -186,6 +187,12 @@
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
/>
<subtype android:icon="@drawable/ic_subtype_keyboard"
android:label="@string/subtype_generic"
android:imeSubtypeLocale="id"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
/>
<subtype android:icon="@drawable/ic_subtype_keyboard"
android:label="@string/subtype_generic"
android:imeSubtypeLocale="is"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment