diff options
author | 2014-05-16 01:28:04 +0000 | |
---|---|---|
committer | 2014-05-16 01:28:04 +0000 | |
commit | 812d7d935aa3b6f18e49342213dd274b133687d7 (patch) | |
tree | 5e8794da3d0fb140ae02e9dfeeb1a06f1fb8f3d7 /java/res/xml-sw600dp | |
parent | 346e96bb5c830f6479f09185327fe373d6ac4e26 (diff) | |
parent | 41808192d3a64d3e823e13ace27e3ce80b1c5bda (diff) | |
download | latinime-812d7d935aa3b6f18e49342213dd274b133687d7.tar.gz latinime-812d7d935aa3b6f18e49342213dd274b133687d7.tar.xz latinime-812d7d935aa3b6f18e49342213dd274b133687d7.zip |
Merge "Support 9-patch drawable for spacebar icon"
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 35b3576af..d302ab270 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -79,6 +79,7 @@ <key-style latin:styleName="spaceKeyStyle" latin:keySpec="!icon/space_key|!code/key_space" + latin:keyLabelFlags="alignButtom" latin:keyActionFlags="noKeyPreview|enableLongPress" /> <!-- U+200C: ZERO WIDTH NON-JOINER U+200D: ZERO WIDTH JOINER --> |