aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-11-07 18:11:19 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-11-07 19:29:23 +0900
commit541fa7858d3eeee3a797da19ff3d14bc6c87953c (patch)
treea80f4b75091746504bc21d75575fb6136375a7d2 /java/res
parent4d49908682ccf2a0f709bf8e4da0755695a39518 (diff)
downloadlatinime-541fa7858d3eeee3a797da19ff3d14bc6c87953c.tar.gz
latinime-541fa7858d3eeee3a797da19ff3d14bc6c87953c.tar.xz
latinime-541fa7858d3eeee3a797da19ff3d14bc6c87953c.zip
Add keyLabelHintVerticalAdjustment attribute
Bug: 11546184 Change-Id: I1fbdbbdcf4d6a74888c48f2e4f0b7afce7913653
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 9a1e56a60..a7425f1e7 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -276,6 +276,8 @@
<attr name="keyLabel" format="string" />
<!-- The hint label to display on the key in conjunction with the label. -->
<attr name="keyHintLabel" format="string" />
+ <!-- The vertical adjustment of key hint label in proportion to its height. -->
+ <attr name="keyHintLabelVerticalAdjustment" format="fraction" />
<!-- The key label flags. -->
<attr name="keyLabelFlags" format="integer">
<!-- This should be aligned with Key.LABEL_FLAGS__* -->