diff options
author | 2014-05-30 19:03:57 +0900 | |
---|---|---|
committer | 2014-05-30 19:03:57 +0900 | |
commit | 3d5a72ebe20b4cab415c43c8022427b7618d8519 (patch) | |
tree | b9da8e8dfe6548979479f3d54175e500b0b180f3 /java/res/xml-sw600dp | |
parent | 761a6812312c48d04bcb91e5c4448364c4925731 (diff) | |
download | latinime-3d5a72ebe20b4cab415c43c8022427b7618d8519.tar.gz latinime-3d5a72ebe20b4cab415c43c8022427b7618d8519.tar.xz latinime-3d5a72ebe20b4cab415c43c8022427b7618d8519.zip |
Update spacebar icon of LXX_Dark
This CL does't fix Bug: 15321822 though.
Bug: 15298065
Bug: 15321822
Change-Id: Ie6ab1e230c1657317dc06193da598f04f682f521
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index d302ab270..c5506b5ab 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -76,10 +76,10 @@ latin:backgroundType="functional" /> <include latin:keyboardLayout="@xml/key_styles_enter" /> + <!-- TODO: Currently there is no way to specify icon alignment per theme. --> <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 --> |