aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw768dp
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-01 16:54:50 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-05-01 17:19:10 +0900
commite02de4b9a90622c834bfc52f4986406168fa9b3e (patch)
treef3554a2cc434c0aa039033df27e329e1d2330e32 /java/res/xml-sw768dp
parent30ce0c4e64ff4a52dcdefde8b55cfbd12adeb4a7 (diff)
downloadlatinime-e02de4b9a90622c834bfc52f4986406168fa9b3e.tar.gz
latinime-e02de4b9a90622c834bfc52f4986406168fa9b3e.tar.xz
latinime-e02de4b9a90622c834bfc52f4986406168fa9b3e.zip
Override defaultActionKeyStyle to use non-blue action background
Bug: 6412932 Change-Id: I1c7335c53a35fc88694224332511415ea63ac745
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r--java/res/xml-sw768dp/key_styles_common.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml
index 2577e1651..2cae0d2ab 100644
--- a/java/res/xml-sw768dp/key_styles_common.xml
+++ b/java/res/xml-sw768dp/key_styles_common.xml
@@ -74,6 +74,12 @@
<include
latin:keyboardLayout="@xml/key_styles_enter" />
<key-style
+ latin:styleName="defaultActionKeyStyle"
+ latin:code="!code/key_action_enter"
+ latin:keyIcon="!icon/undefined"
+ latin:backgroundType="functional"
+ latin:parentStyle="defaultEnterKeyStyle" />
+ <key-style
latin:styleName="spaceKeyStyle"
latin:code="!code/key_space"
latin:keyActionFlags="noKeyPreview" />