diff options
author | 2014-05-08 13:18:24 +0900 | |
---|---|---|
committer | 2014-05-09 17:48:25 +0900 | |
commit | dd9ed45c6332e6cb45da0953d23b9748ddddc548 (patch) | |
tree | f6069569fd2b562ec2f34ded4f450fafaf915db5 /java/res/xml/key_styles_common.xml | |
parent | 19688b584bb903192559196a0e3836bc4c957696 (diff) | |
download | latinime-dd9ed45c6332e6cb45da0953d23b9748ddddc548.tar.gz latinime-dd9ed45c6332e6cb45da0953d23b9748ddddc548.tar.xz latinime-dd9ed45c6332e6cb45da0953d23b9748ddddc548.zip |
Add pseudo LMP theme
This CL introduce pseudo LMP theme. This keyboard theme is a
placeholder and not final. The drawables and colors that this CL
introduces should be replaced with the final assets.
Bug: 14419121
Change-Id: Iba4751c525775fc12763c0a55309410e0d82ce9b
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index 78e030132..773995fa8 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -87,7 +87,7 @@ latin:keyboardLayout="@xml/key_styles_enter" /> <key-style latin:styleName="spaceKeyStyle" - latin:keySpec=" |!code/key_space" + latin:keySpec="!icon/space_key|!code/key_space" latin:keyActionFlags="noKeyPreview|enableLongPress" /> <!-- U+200C: ZERO WIDTH NON-JOINER U+200D: ZERO WIDTH JOINER --> |