diff options
author | 2014-05-07 16:19:59 +0900 | |
---|---|---|
committer | 2014-05-07 19:12:28 +0900 | |
commit | 2b479cccaeb0bb54121730cb5e47cca3f7517c67 (patch) | |
tree | 0fab3765277daef1081c2c779cf922ca4d50a044 /java/res/values-land | |
parent | 35acf309b7ecbe6741782ee635d6048b10dd4308 (diff) | |
download | latinime-2b479cccaeb0bb54121730cb5e47cca3f7517c67.tar.gz latinime-2b479cccaeb0bb54121730cb5e47cca3f7517c67.tar.xz latinime-2b479cccaeb0bb54121730cb5e47cca3f7517c67.zip |
Use margin instead of padding in SuggestionStripView
This CL also tunes the width of suggestions strip to be able to
display 15~16 letters without x-scaling at the center slot.
Bug: 14419121
Change-Id: Ia5766cee043899533e24e2ebc621e8dc279370b3
Diffstat (limited to 'java/res/values-land')
-rw-r--r-- | java/res/values-land/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/values-land/config.xml b/java/res/values-land/config.xml index 43ae068f2..f72d64ff7 100644 --- a/java/res/values-land/config.xml +++ b/java/res/values-land/config.xml @@ -58,6 +58,7 @@ <fraction name="config_key_shifted_letter_hint_ratio_5row">48%</fraction> <dimen name="config_suggestions_strip_height">36dp</dimen> + <dimen name="config_suggestions_strip_horizontal_margin">54dp</dimen> <dimen name="config_more_suggestions_row_height">36dp</dimen> <integer name="config_max_more_suggestions_row">2</integer> <fraction name="config_min_more_suggestions_width">60%</fraction> |