aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values/themes-common.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-07 23:43:37 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-08-07 23:43:37 +0900
commitdfeb01472626b4dc86b7825169b9940c1c8eb58c (patch)
treee10ce3a9c169517ac9920f6cd992c6c8509d31c0 /java/res/values/themes-common.xml
parentf7f657436872959fa9f8c5b90d2a4a97d104eaae (diff)
downloadlatinime-dfeb01472626b4dc86b7825169b9940c1c8eb58c.tar.gz
latinime-dfeb01472626b4dc86b7825169b9940c1c8eb58c.tar.xz
latinime-dfeb01472626b4dc86b7825169b9940c1c8eb58c.zip
Revert "Revert "Tune number letter size of Material keyboard""
This reverts commit 5ad718f2cad358e0c84fb0ba8463b428bce3127a.
Diffstat (limited to 'java/res/values/themes-common.xml')
-rw-r--r--java/res/values/themes-common.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml
index 507f5cff2..6805830cb 100644
--- a/java/res/values/themes-common.xml
+++ b/java/res/values/themes-common.xml
@@ -38,13 +38,11 @@
<!-- TODO: Apply default {@link KeyboardTheme} to {@link InputTestBase} and remove this. -->
<item name="keyBackground">@drawable/btn_keyboard_key_klp</item>
<item name="keyLetterSize">@fraction/config_key_letter_ratio</item>
- <item name="keyLargeLetterRatio">@fraction/config_key_large_letter_ratio</item>
+ <item name="keyLargeLetterRatio">@fraction/config_key_large_letter_ratio_holo</item>
<item name="keyLabelSize">@fraction/config_key_label_ratio</item>
<item name="keyHintLetterRatio">@fraction/config_key_hint_letter_ratio</item>
- <item name="keyHintLabelRatio">@fraction/config_key_hint_label_ratio</item>
+ <item name="keyHintLabelRatio">@fraction/config_key_hint_label_ratio_holo</item>
<item name="keyShiftedLetterHintRatio">@fraction/config_key_shifted_letter_hint_ratio</item>
- <item name="keyLabelOffCenterRatio">-175%</item>
- <item name="keyHintLabelOffCenterRatio">200%</item>
<item name="keyTypeface">normal</item>
<!-- A negative value to disable key text shadow layer. -->
<item name="keyTextShadowRadius">-1.0</item>