diff options
author | 2014-05-15 07:09:52 +0000 | |
---|---|---|
committer | 2014-05-15 07:09:53 +0000 | |
commit | 591ec83e40a8046a802691c2ae0cfd08b7de258b (patch) | |
tree | cb3de83010d4624ef9aa2b1f5f6f2c8951d623e4 /java/res/xml-sw600dp | |
parent | 28289ece59ea85566c0e2b659c65b483052bcd5b (diff) | |
parent | 37ec0fe9840aeb3fdf4a5749945045f7a76fd16b (diff) | |
download | latinime-591ec83e40a8046a802691c2ae0cfd08b7de258b.tar.gz latinime-591ec83e40a8046a802691c2ae0cfd08b7de258b.tar.xz latinime-591ec83e40a8046a802691c2ae0cfd08b7de258b.zip |
Merge "Use slightly dimmed text color for functional keys"
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp/key_styles_enter.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index f9b959b76..35b3576af 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -140,7 +140,7 @@ </switch> <key-style latin:styleName="baseForLayoutSwitchKeyStyle" - latin:keyLabelFlags="preserveCase" + latin:keyLabelFlags="preserveCase|followFunctionalTextColor" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style diff --git a/java/res/xml-sw600dp/key_styles_enter.xml b/java/res/xml-sw600dp/key_styles_enter.xml index 99ac10873..742bb3ec3 100644 --- a/java/res/xml-sw600dp/key_styles_enter.xml +++ b/java/res/xml-sw600dp/key_styles_enter.xml @@ -100,7 +100,7 @@ <key-style latin:styleName="defaultEnterKeyStyle" latin:keySpec="!icon/enter_key|!code/key_enter" - latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio" + latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" latin:parentStyle="navigateMoreKeysStyle" /> |