summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-24 13:52:29 -0700
committerWinson Chung <winsonc@google.com>2011-10-25 12:06:05 -0700
commitf8c1b58b8f8b320cfe52b82559d2199be249cb6a (patch)
tree7098dc9c913c39352e668766043cbd3bcdeac31f /res/values-sw600dp/styles.xml
parentf060868dd6ca8fb2f199fefd5cbb19a75ac2c108 (diff)
downloadandroid_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.gz
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.bz2
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.zip
Fixing small tablet issues
- Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
Diffstat (limited to 'res/values-sw600dp/styles.xml')
-rw-r--r--res/values-sw600dp/styles.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index 060900295..d17125c82 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -75,14 +75,18 @@
<item name="android:textSize">13sp</item>
</style>
<style name="TabIndicator.AppsCustomize">
- <item name="android:paddingLeft">40dp</item>
- <item name="android:paddingRight">40dp</item>
- <item name="android:paddingTop">10dp</item>
+ <item name="android:paddingTop">16dp</item>
<item name="android:paddingBottom">20dp</item>
- <item name="android:textSize">20sp</item>
+ <item name="android:textSize">14sp</item>
</style>
<!-- QSB Search / Drop Target bar -->
+ <style name="QSBBar">
+ <item name="android:orientation">horizontal</item>
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">@dimen/qsb_bar_height</item>
+ <item name="android:layout_gravity">top|center_horizontal</item>
+ </style>
<style name="SearchDropTargetBar">
<item name="android:orientation">horizontal</item>
<item name="android:layout_width">match_parent</item>