diff options
author | 2012-04-24 12:59:33 +0900 | |
---|---|---|
committer | 2012-04-24 16:20:47 +0900 | |
commit | ab771b01eb6f113a84ce8d75509fca8617b85218 (patch) | |
tree | 7e35fefeb20a4746a79481aa4baf8bec901c3701 /java/res | |
parent | fa1affbaecf4b851169294203654556cdc31ea38 (diff) | |
download | latinime-ab771b01eb6f113a84ce8d75509fca8617b85218.tar.gz latinime-ab771b01eb6f113a84ce8d75509fca8617b85218.tar.xz latinime-ab771b01eb6f113a84ce8d75509fca8617b85218.zip |
Revert keyHintLetterPadding only to apply horizontally
Partially reverts the Ia3680d84.
Bug: 6356125
Change-Id: I8faa810b833cb98ce6f0f760aa1722e63475cd45
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index c78013f73..e14633a2e 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -64,7 +64,7 @@ <attr name="keyShiftedLetterHintRatio" format="float" /> <!-- Horizontal padding of left/right aligned key label to the edge of the key. --> <attr name="keyLabelHorizontalPadding" format="dimension" /> - <!-- Top and right padding of hint letter to the edge of the key.--> + <!-- 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" /> |