diff options
| author | 2014-06-04 16:09:11 -0700 | |
|---|---|---|
| committer | 2014-06-04 16:09:11 -0700 | |
| commit | c499e976678c3477c101e11d3bf30bcb5d2eb67c (patch) | |
| tree | 3b6757f7a0a7b3599e42570620c573339d0ded28 | |
| parent | dd1253294110f9626eac18839632de7d6102cbcc (diff) | |
Turn off elegantTextHeight in quantum theme
Setting elegantTextHeight to true was a great experiment, but it led to
too much difficulty getting text to fit in space-constrained spaces
(action bar, list items). A long term solution is optical bounds, but
for the time being, just turn it off.
This patch fixes bug 14227056: "Language name displaying under Personal
dictionary are truncated in landscape mode"
Change-Id: I2b0e1ca2e7a06cd0fd9a4d84c1c07fdea2ddbf03
| -rw-r--r-- | core/res/res/values/styles_quantum.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/values/styles_quantum.xml b/core/res/res/values/styles_quantum.xml index a07d02b058d4..b5afc2f1aff6 100644 --- a/core/res/res/values/styles_quantum.xml +++ b/core/res/res/values/styles_quantum.xml @@ -97,7 +97,6 @@ please see styles_device_defaults.xml. <item name="textColorLink">?attr/textColorLink</item> <item name="textSize">@dimen/text_size_body_1_quantum</item> <item name="fontFamily">@string/font_family_body_1_quantum</item> - <item name="elegantTextHeight">true</item> </style> <style name="TextAppearance.Quantum.Display4"> |