diff options
author | 2012-08-31 05:00:31 -0700 | |
---|---|---|
committer | 2012-08-31 05:00:31 -0700 | |
commit | c92ac4385044a794369a51c99e775d429ad3709a (patch) | |
tree | f95b7b011091e7fba97f574974f0ab8e22f3eefb /java/res | |
parent | 526066a99aa16d28fc94571a89dd8fe1fc365ba5 (diff) | |
parent | aa54607246fa9494537ece89b3d2a180c7778383 (diff) | |
download | latinime-c92ac4385044a794369a51c99e775d429ad3709a.tar.gz latinime-c92ac4385044a794369a51c99e775d429ad3709a.tar.xz latinime-c92ac4385044a794369a51c99e775d429ad3709a.zip |
am aa546072: Merge "Support per-Key and per-Keyboard key visual attributes" into jb-mr1-dev
* commit 'aa54607246fa9494537ece89b3d2a180c7778383':
Support per-Key and per-Keyboard key visual attributes
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index b659763ea..c8f64351c 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -49,6 +49,8 @@ <attr name="keyPopupHintLetterPadding" format="dimension" /> <!-- Right padding of shifted letter hint to the edge of the key.--> <attr name="keyShiftedLetterHintPadding" format="dimension" /> + <!-- Blur radius of key text shadow. --> + <attr name="keyTextShadowRadius" format="float" /> <!-- Layout resource for key press feedback.--> <attr name="keyPreviewLayout" format="reference" /> @@ -320,7 +322,6 @@ <!-- Color to use for the label in a key. --> <attr name="keyTextColor" format="color" /> <attr name="keyTextShadowColor" format="color" /> - <attr name="keyTextShadowRadius" format="float" /> <!-- Color to use for the label in a key when in inactivated state. --> <attr name="keyTextInactivatedColor" format="color" /> <!-- Key hint letter (= one character hint label) color --> |