aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/res/values/attrs.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 91cd01723..37ba3963b 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -293,7 +293,7 @@
<attr name="keyLabelFlags" format="integer">
<!-- This should be aligned with Key.LABEL_FLAGS__* -->
<flag name="alignIconToBottom" value="0x04" />
- <flag name="alignLabelOffCenter" value="0x08" />
+ <flag name="alignLeftOfCenter" value="0x08" />
<flag name="fontNormal" value="0x10" />
<flag name="fontMonoSpace" value="0x20" />
<flag name="fontDefault" value="0x30" />
@@ -368,14 +368,6 @@
<attr name="keyHintLabelRatio" format="fraction" />
<!-- Size of the text for shifted letter hint, in the proportion of key height. -->
<attr name="keyShiftedLetterHintRatio" format="fraction" />
- <!-- The label's horizontal offset to the center of the key. Negative is to left and
- positive is to right. The value is in proportion of the width of
- TypefaceUtils.KEY_LABEL_REFERENCE_CHAR. -->
- <attr name="keyLabelOffCenterRatio" format="fraction" />
- <!-- The hint label's horizontal offset to the center of the key. Negative is to left and
- positive is to right. The value is in proportion of the width of
- TypefaceUtils.KEY_LABEL_REFERENCE_CHAR. -->
- <attr name="keyHintLabelOffCenterRatio" format="fraction" />
<!-- Color to use for the label in a key. -->
<attr name="keyTextColor" format="color" />
<attr name="keyTextShadowColor" format="color" />