diff options
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"> |