diff options
author | 2012-01-27 18:10:19 +0900 | |
---|---|---|
committer | 2012-01-27 18:11:43 +0900 | |
commit | 425e1996b837422480d5599e6ed832dd310cad30 (patch) | |
tree | 40050d5850d61b3664a5fff3d8cc20e5a3827997 /java/res | |
parent | c882d619bfe6eace7330c2097008500e81d39512 (diff) | |
download | latinime-425e1996b837422480d5599e6ed832dd310cad30.tar.gz latinime-425e1996b837422480d5599e6ed832dd310cad30.tar.xz latinime-425e1996b837422480d5599e6ed832dd310cad30.zip |
Add inactivatedLabel and inactivatedUppercaseLetter flags for Key.keyLabelFlags
Change-Id: I6c7dc79cbad360602b278283f4c3a24c54040622
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index b3bd0fe59..bd7c550c1 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -269,6 +269,10 @@ <!-- If true, character case of code, altCode, moreKeys, keyOutputText, keyLabel, or keyHintLabel will never be subject to change. --> <flag name="preserveCase" value="0x8000" /> + <!-- If true, use keyTextInactivatedColor for the label --> + <flag name="inactivatedLabel" value="0x10000" /> + <!-- If true, use keyUppercaseLetterInactivatedColor for the uppercase letter --> + <flag name="inactivatedUppercaseLetter" value="0x20000" /> </attr> <!-- The icon to display on the key instead of the label. --> <attr name="keyIcon" format="enum"> |