summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2015-01-22 15:05:33 +0100
committerDanny Baumann <dannybaumann@web.de>2015-01-22 15:06:29 +0100
commit5ede4fea10abdfc04dbfaa411268568ecce87f95 (patch)
treee6d35145962ee092cc2d0c9146978d2d139b67d0 /res/values
parentcc342519488d50d2f59f514940de6cf02bd53ab2 (diff)
downloadandroid_packages_apps_Trebuchet-5ede4fea10abdfc04dbfaa411268568ecce87f95.tar.gz
android_packages_apps_Trebuchet-5ede4fea10abdfc04dbfaa411268568ecce87f95.tar.bz2
android_packages_apps_Trebuchet-5ede4fea10abdfc04dbfaa411268568ecce87f95.zip
Fix settings pane button alignment.
The addition of the manage apps button caused unnecessary line wraps for some languages (e.g. DE), and the manage apps icon had a size different from the other icons in that pane. Change-Id: I3faaf32d9826a817250190517583764a2574bfb0
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 56a205fd1..3ab25a2de 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -78,6 +78,18 @@
<item name="android:shadowRadius">4.0</item>
</style>
+ <style name="SettingsPaneButton">
+ <item name="android:paddingLeft">4dp</item>
+ <item name="android:paddingRight">4dp</item>
+ <item name="android:drawablePadding">4dp</item>
+ <item name="android:fontFamily">sans-serif-condensed</item>
+ <item name="android:gravity">center_horizontal</item>
+ <item name="android:textColor">@android:color/white</item>
+ <item name="android:textSize">12sp</item>
+ <item name="android:textAllCaps">true</item>
+ <item name="android:maxLines">2</item>
+ </style>
+
<style name="TabIndicator">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">match_parent</item>