diff options
author | 2014-09-09 16:21:35 +0900 | |
---|---|---|
committer | 2014-09-12 18:46:27 +0900 | |
commit | 9c31e8f863ae76e293baa38207ccddfa93edfb80 (patch) | |
tree | 21c427ab3eeed119a839dcec3371f887d947e8b2 /java/res/values | |
parent | 3939455c1dde7023c2f404b5702a23485defc942 (diff) | |
download | latinime-9c31e8f863ae76e293baa38207ccddfa93edfb80.tar.gz latinime-9c31e8f863ae76e293baa38207ccddfa93edfb80.tar.xz latinime-9c31e8f863ae76e293baa38207ccddfa93edfb80.zip |
Initial split QWERTY layout
Change [2/3]
Add an attribute that's used in layout xmls for specifying
the split-keyboard layout.
This attribute will be checked/set by the KeyboardBuilder which knows about
the "splittability" of the keyboard.
Bug: 4968173
Change-Id: I5d792e570b9648e09022e9b7e92a972a161009ee
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 c5c632683..8ee859bc7 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -483,6 +483,8 @@ <attr name="localeCode" format="string" /> <attr name="languageCode" format="string" /> <attr name="countryCode" format="string" /> + <!-- Enable split keyboard layout. Disabled by default. --> + <attr name="isSplitLayout" format="boolean" /> </declare-styleable> <declare-styleable name="Keyboard_KeyStyle"> |