diff options
author | 2014-09-10 10:32:24 +0900 | |
---|---|---|
committer | 2014-09-12 18:46:14 +0900 | |
commit | 3939455c1dde7023c2f404b5702a23485defc942 (patch) | |
tree | b1b21c6688866eccb3976811dfda0cd6f6bbd249 /java/res/xml | |
parent | 22bf1711130b4a396b5e5d0d5d9a27cd5d92dadd (diff) | |
download | latinime-3939455c1dde7023c2f404b5702a23485defc942.tar.gz latinime-3939455c1dde7023c2f404b5702a23485defc942.tar.xz latinime-3939455c1dde7023c2f404b5702a23485defc942.zip |
Add a canSplitKeyboard attribute for specifying split keyboard layouts
Change [1/3]
This'll be used in conjunction with a user preference to split the keyboard when possible.
Bug: 4968173
Change-Id: I7a05948d67b94a55024790115ae261d7fef7941a
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/keyboard_layout_set_qwerty.xml | 3 |
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" /> |