summaryrefslogtreecommitdiffstats
path: root/res/values-sw340dp-port/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-18 12:20:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-18 12:20:45 -0700
commit9627936d4f4fd4ec089f121db4aaf387545d843f (patch)
tree65044a19194c0d40d52bf4c108e6efefe5b55b85 /res/values-sw340dp-port/styles.xml
parenta2d4c80774ff0f47742d5e89a745028ec78d997e (diff)
parentc7aef8ca7593eaa37ac7dde514e139f113399ce7 (diff)
downloadandroid_packages_apps_Trebuchet-9627936d4f4fd4ec089f121db4aaf387545d843f.tar.gz
android_packages_apps_Trebuchet-9627936d4f4fd4ec089f121db4aaf387545d843f.tar.bz2
android_packages_apps_Trebuchet-9627936d4f4fd4ec089f121db4aaf387545d843f.zip
Merge "Updating the qsb. (5051804)" into ics-factoryrom
Diffstat (limited to 'res/values-sw340dp-port/styles.xml')
-rw-r--r--res/values-sw340dp-port/styles.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values-sw340dp-port/styles.xml b/res/values-sw340dp-port/styles.xml
index 84d43df8e..51395b568 100644
--- a/res/values-sw340dp-port/styles.xml
+++ b/res/values-sw340dp-port/styles.xml
@@ -21,8 +21,15 @@
<!-- Workspace -->
<style name="QSBBar">
<item name="android:orientation">horizontal</item>
- <item name="android:layout_width">320dp</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>
+ <item name="android:layout_marginLeft">@dimen/workspace_divider_padding_left</item>
+ <item name="android:layout_marginRight">@dimen/workspace_divider_padding_right</item>
+ </style>
+ <style name="SearchButton">
+ <item name="android:layout_gravity">center_vertical</item>
+ <item name="android:paddingTop">@dimen/toolbar_button_vertical_padding</item>
+ <item name="android:paddingBottom">@dimen/toolbar_button_vertical_padding</item>
</style>
</resources>