diff options
author | 2014-05-15 15:39:01 +0900 | |
---|---|---|
committer | 2014-05-15 15:39:59 +0900 | |
commit | 37ec0fe9840aeb3fdf4a5749945045f7a76fd16b (patch) | |
tree | 2cf8cee779f678fc7c918a4dd13fa8c810281ae2 /java/res/xml/key_styles_common.xml | |
parent | 50c21b5e9296a2cbde2ccd2b488f890f42291104 (diff) | |
download | latinime-37ec0fe9840aeb3fdf4a5749945045f7a76fd16b.tar.gz latinime-37ec0fe9840aeb3fdf4a5749945045f7a76fd16b.tar.xz latinime-37ec0fe9840aeb3fdf4a5749945045f7a76fd16b.zip |
Use slightly dimmed text color for functional keys
This CL introduces two new key attributes to achieve this.
- KeyboardView.functionalTextColor
- followFunctionalTextColor flag for Key.keyLabelFlags
Bug: 14419121
Change-Id: I45ca433dcc9cc8c6cf891e21d5316ee4048b0cad
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 773995fa8..f8b4a2a60 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -128,7 +128,7 @@ latin:keyIconPreview="!icon/tab_key_preview" /> <key-style latin:styleName="baseForLayoutSwitchKeyStyle" - latin:keyLabelFlags="preserveCase" + latin:keyLabelFlags="preserveCase|followFunctionalTextColor" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style |