diff options
author | 2014-09-18 17:11:53 +0000 | |
---|---|---|
committer | 2014-09-18 17:11:53 +0000 | |
commit | 508c9360bc2f36cfc6624c68221eb869c096bd14 (patch) | |
tree | 2c7d1bb56d05372282f92b91633fececb290272f /java/res | |
parent | 09da5e5f49c9d2d2488b5c852d85adc37a1e404e (diff) | |
parent | 27bb70d6a049098f1d1186e2d69c86347e43679f (diff) | |
download | latinime-508c9360bc2f36cfc6624c68221eb869c096bd14.tar.gz latinime-508c9360bc2f36cfc6624c68221eb869c096bd14.tar.xz latinime-508c9360bc2f36cfc6624c68221eb869c096bd14.zip |
am 27bb70d6: Merge "Start showing the split keyboard layout"
* commit '27bb70d6a049098f1d1186e2d69c86347e43679f':
Start showing the split keyboard layout
Diffstat (limited to 'java/res')
-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" /> |