summaryrefslogtreecommitdiffstats
path: root/res/values-sw340dp-port/styles.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-15 18:53:04 -0700
committerWinson Chung <winsonc@google.com>2011-09-16 14:29:35 -0700
commitc7aef8ca7593eaa37ac7dde514e139f113399ce7 (patch)
tree5b5219298ba6ae8b408137fc038f01e6c05a5222 /res/values-sw340dp-port/styles.xml
parenta06da29bbed98447409213505bd570f976ff8f88 (diff)
downloadandroid_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.gz
android_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.bz2
android_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.zip
Updating the qsb. (5051804)
Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
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>