aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorSandeep Siddhartha <sansid@google.com>2014-09-16 03:05:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-16 03:05:46 +0000
commit23f38149c6d83e10f9b60fa1e6653f421df3f539 (patch)
tree4c3a15db5115b24d4fe80880ecd14742cb9c0136 /java/res/xml
parentdcfbbe1eb92f980968d543919ef536fc03ade5a0 (diff)
parent3939455c1dde7023c2f404b5702a23485defc942 (diff)
downloadlatinime-23f38149c6d83e10f9b60fa1e6653f421df3f539.tar.gz
latinime-23f38149c6d83e10f9b60fa1e6653f421df3f539.tar.xz
latinime-23f38149c6d83e10f9b60fa1e6653f421df3f539.zip
Merge "Add a canSplitKeyboard attribute for specifying split keyboard layouts"
Diffstat (limited to 'java/res/xml')
-rw-r--r--java/res/xml/keyboard_layout_set_qwerty.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/xml/keyboard_layout_set_qwerty.xml b/java/res/xml/keyboard_layout_set_qwerty.xml
index 821517081..1aa6f010a 100644
--- a/java/res/xml/keyboard_layout_set_qwerty.xml
+++ b/java/res/xml/keyboard_layout_set_qwerty.xml
@@ -23,7 +23,8 @@
<Element
latin:elementName="alphabet"
latin:elementKeyboard="@xml/kbd_qwerty"
- latin:enableProximityCharsCorrection="true" />
+ latin:enableProximityCharsCorrection="true"
+ latin:supportsSplitLayout="false" />
<Element
latin:elementName="symbols"
latin:elementKeyboard="@xml/kbd_symbols" />