diff options
author | 2012-08-30 22:15:29 -0700 | |
---|---|---|
committer | 2012-08-30 22:15:29 -0700 | |
commit | 2eddb3928be72aefd29a434ad106e0d01a056326 (patch) | |
tree | ea61dc38ff3876f8d70bb19a6be72d8c7bc66636 /java/res | |
parent | dc775129840e7c83fd675211f4273b782da99677 (diff) | |
parent | a7b81435c569dc2ec34b9a5655d702720cb47d1c (diff) | |
download | latinime-2eddb3928be72aefd29a434ad106e0d01a056326.tar.gz latinime-2eddb3928be72aefd29a434ad106e0d01a056326.tar.xz latinime-2eddb3928be72aefd29a434ad106e0d01a056326.zip |
am a7b81435: am 71b52a84: Move key label padding attributes back to KeyboardView
* commit 'a7b81435c569dc2ec34b9a5655d702720cb47d1c':
Move key label padding attributes back to KeyboardView
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index a44f84b9c..b659763ea 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -41,6 +41,15 @@ checkable+checked+pressed. --> <attr name="keyBackground" format="reference" /> + <!-- Horizontal padding of left/right aligned key label to the edge of the key. --> + <attr name="keyLabelHorizontalPadding" format="dimension" /> + <!-- Right padding of hint letter to the edge of the key.--> + <attr name="keyHintLetterPadding" format="dimension" /> + <!-- Bottom padding of popup hint letter "..." to the edge of the key.--> + <attr name="keyPopupHintLetterPadding" format="dimension" /> + <!-- Right padding of shifted letter hint to the edge of the key.--> + <attr name="keyShiftedLetterHintPadding" format="dimension" /> + <!-- Layout resource for key press feedback.--> <attr name="keyPreviewLayout" format="reference" /> <!-- The background for key press feedback. --> @@ -307,15 +316,7 @@ <!-- Size of the text for hint label, in the proportion of key height. --> <attr name="keyHintLabelRatio" format="fraction" /> <!-- Size of the text for shifted letter hint, in the proportion of key height. --> - <attr name="keyShiftedLetterHintRatio" format="dimension|fraction" /> - <!-- Horizontal padding of left/right aligned key label to the edge of the key. --> - <attr name="keyLabelHorizontalPadding" format="dimension" /> - <!-- Right padding of hint letter to the edge of the key.--> - <attr name="keyHintLetterPadding" format="dimension" /> - <!-- Bottom padding of popup hint letter "..." to the edge of the key.--> - <attr name="keyPopupHintLetterPadding" format="dimension" /> - <!-- Right padding of shifted letter hint to the edge of the key.--> - <attr name="keyShiftedLetterHintPadding" format="dimension" /> + <attr name="keyShiftedLetterHintRatio" format="fraction" /> <!-- Color to use for the label in a key. --> <attr name="keyTextColor" format="color" /> <attr name="keyTextShadowColor" format="color" /> |