aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_common.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-06-04 12:23:32 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-06-04 15:58:07 +0900
commit550202a9ff6b5ae1aade36c5b061dd55791c9642 (patch)
tree167f7708b6755542c9364783f858af8d5a84be90 /java/res/xml/key_styles_common.xml
parent027448e08a3df50a2ae9513d972fa60b047f6766 (diff)
downloadlatinime-550202a9ff6b5ae1aade36c5b061dd55791c9642.tar.gz
latinime-550202a9ff6b5ae1aade36c5b061dd55791c9642.tar.xz
latinime-550202a9ff6b5ae1aade36c5b061dd55791c9642.zip
Change spacebar and language switch key background color of phone
Bug: 6568834 Change-Id: I815af444eb953e665a09a075b2d3e5875898cb52
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r--java/res/xml/key_styles_common.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml
index 819cdc6a9..622da2120 100644
--- a/java/res/xml/key_styles_common.xml
+++ b/java/res/xml/key_styles_common.xml
@@ -105,8 +105,7 @@
<key-style
latin:styleName="spaceKeyStyle"
latin:code="!code/key_space"
- latin:keyActionFlags="noKeyPreview|enableLongPress"
- latin:backgroundType="functional" />
+ latin:keyActionFlags="noKeyPreview|enableLongPress" />
<!-- U+200C: ZERO WIDTH NON-JOINER
U+200D: ZERO WIDTH JOINER -->
<key-style
@@ -115,8 +114,7 @@
latin:keyIcon="!icon/zwnj_key"
latin:moreKeys="!icon/zwj_key|&#x200D;"
latin:keyLabelFlags="hasPopupHint"
- latin:keyActionFlags="noKeyPreview"
- latin:backgroundType="functional" />
+ latin:keyActionFlags="noKeyPreview" />
<key-style
latin:styleName="shortcutKeyStyle"
latin:code="!code/key_shortcut"
@@ -137,8 +135,7 @@
latin:code="!code/key_language_switch"
latin:keyIcon="!icon/language_switch_key"
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
- latin:altCode="!code/key_space"
- latin:backgroundType="functional" />
+ latin:altCode="!code/key_space" />
<key-style
latin:styleName="tabKeyStyle"
latin:code="!code/key_tab"