diff options
author | 2014-09-24 15:52:11 +0900 | |
---|---|---|
committer | 2014-09-25 15:12:06 +0900 | |
commit | 0be4e6e5853daca7813fc7ca853a5492a064d696 (patch) | |
tree | 02a9db8116a8ab5976b2458edd75e19c8abba232 /java/res/values | |
parent | 145f05d6371fac2a3f6f7cf840add38280c432fe (diff) | |
download | latinime-0be4e6e5853daca7813fc7ca853a5492a064d696.tar.gz latinime-0be4e6e5853daca7813fc7ca853a5492a064d696.tar.xz latinime-0be4e6e5853daca7813fc7ca853a5492a064d696.zip |
Add allowRedundantMoreKeys attribute
This CL also adds a couple of custom layout tests of Nordic languages.
Bug: 10787354
Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f
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 8ee859bc7..f2072fd37 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -518,6 +518,8 @@ <attr name="enableProximityCharsCorrection" format="boolean" /> <!-- Indicates if the keyboard layout supports being split or not. false by default --> <attr name="supportsSplitLayout" format="boolean" /> + <!-- Allow redundant more keys when they are in the base layout. true by default. --> + <attr name="allowRedundantMoreKeys" format="boolean" /> </declare-styleable> <declare-styleable name="KeyboardLayoutSet_Feature"> |