diff options
author | 2014-05-08 13:18:24 +0900 | |
---|---|---|
committer | 2014-05-12 11:52:41 +0900 | |
commit | d5e3f025868818f2c715f84123fd917ff2927a69 (patch) | |
tree | db19772df36c73d0147d2595b333b19e787431e9 /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 59c3ef1ff8df23e3c3e3f549c0289c479553c666 (diff) | |
download | latinime-d5e3f025868818f2c715f84123fd917ff2927a69.tar.gz latinime-d5e3f025868818f2c715f84123fd917ff2927a69.tar.xz latinime-d5e3f025868818f2c715f84123fd917ff2927a69.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: I7a37c884e4ee0cac09ad21ff729996c2b9c1b4af
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-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 3d5556fe5..f9b959b76 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -78,7 +78,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 --> |