diff options
author | 2014-09-10 11:53:26 +0900 | |
---|---|---|
committer | 2014-09-17 20:56:57 -0700 | |
commit | 081c2d386dbd792162e1296ea0c561ffd4fa1739 (patch) | |
tree | 6cbdc5c444d90775cb90c3358c539494433bfc21 /java/res/xml/keyboard_layout_set_qwerty.xml | |
parent | fc12c0a7fdb68b0c44a7fdefb67b15c099526f59 (diff) | |
download | latinime-081c2d386dbd792162e1296ea0c561ffd4fa1739.tar.gz latinime-081c2d386dbd792162e1296ea0c561ffd4fa1739.tar.xz latinime-081c2d386dbd792162e1296ea0c561ffd4fa1739.zip |
Start showing the split keyboard layout
Change [3/3]
Added tests for Qwerty/en-US/split
Parse the switch-case statement from KeyboardBuilder to use the right layout.
Bug: 4968173
Change-Id: If4d6d71d5900525290268d8affa55dccf1ebd4f2
Diffstat (limited to 'java/res/xml/keyboard_layout_set_qwerty.xml')
-rw-r--r-- | java/res/xml/keyboard_layout_set_qwerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/keyboard_layout_set_qwerty.xml b/java/res/xml/keyboard_layout_set_qwerty.xml index 1aa6f010a..7c9a1403e 100644 --- a/java/res/xml/keyboard_layout_set_qwerty.xml +++ b/java/res/xml/keyboard_layout_set_qwerty.xml @@ -24,7 +24,7 @@ latin:elementName="alphabet" latin:elementKeyboard="@xml/kbd_qwerty" latin:enableProximityCharsCorrection="true" - latin:supportsSplitLayout="false" /> + latin:supportsSplitLayout="true" /> <Element latin:elementName="symbols" latin:elementKeyboard="@xml/kbd_symbols" /> |