diff options
| author | Andy Huang <ath@google.com> | 2011-12-07 18:28:41 -0800 |
|---|---|---|
| committer | Andy Huang <ath@google.com> | 2011-12-07 18:28:41 -0800 |
| commit | 19bc1921f2e15bebbde2b4172f94e9d226ab2845 (patch) | |
| tree | f4286615d7c3051672261672b79245a536fe1d26 /res/values/styles.xml | |
| parent | 886acf7420eea4c0c5f0ed10cf91715324968f23 (diff) | |
| download | android_packages_apps_Email-19bc1921f2e15bebbde2b4172f94e9d226ab2845.tar.gz android_packages_apps_Email-19bc1921f2e15bebbde2b4172f94e9d226ab2845.tar.bz2 android_packages_apps_Email-19bc1921f2e15bebbde2b4172f94e9d226ab2845.zip | |
Fix various text size problems when system font size is huge
* use common styles for spinner anchor and dropdown text
(introduced in I3063cfea)
* allow dropdown item height to scale beyond fixed height to fit
huge text
Other fixes:
* use Gmail's color for dropdown and folder list header text
* remove spurious divider in dropdown items that precede a
header
Bug: 5687252
Change-Id: Iafd5d1dc7c3809393c3892138b42b7274fb03a27
Diffstat (limited to 'res/values/styles.xml')
| -rw-r--r-- | res/values/styles.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index c88ff5976..a9af812bb 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -169,21 +169,6 @@ <item name="android:ellipsize">end</item> </style> - <style name="action_bar_spinner_primary_text"> - <item name="android:textSize">16sp</item> - <item name="android:textColor">@color/text_primary_color</item> - <item name="android:singleLine">true</item> - <item name="android:ellipsize">end</item> - </style> - - <style name="action_bar_spinner_secondary_text"> - <item name="android:textSize">14sp</item> - <item name="android:textColor">@color/text_secondary_color</item> - <item name="android:singleLine">true</item> - <item name="android:ellipsize">end</item> - <item name="android:layout_marginTop">-4dip</item> - </style> - <style name="search_header"> <item name="android:layout_height">32dip</item> <item name="android:layout_width">match_parent</item> |
