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/values | |
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/values')
-rw-r--r-- | java/res/values/attrs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index f1253b40c..c5c632683 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -514,6 +514,8 @@ <attr name="elementKeyboard" format="reference"/> <!-- Enable proximity characters correction. Disabled by default. --> <attr name="enableProximityCharsCorrection" format="boolean" /> + <!-- Indicates if the keyboard layout supports being split or not. false by default --> + <attr name="supportsSplitLayout" format="boolean" /> </declare-styleable> <declare-styleable name="KeyboardLayoutSet_Feature"> |