diff options
author | Winson Chung <winsonc@google.com> | 2011-09-15 18:53:04 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-09-16 14:29:35 -0700 |
commit | c7aef8ca7593eaa37ac7dde514e139f113399ce7 (patch) | |
tree | 5b5219298ba6ae8b408137fc038f01e6c05a5222 /res/values-sw340dp-port/styles.xml | |
parent | a06da29bbed98447409213505bd570f976ff8f88 (diff) | |
download | packages_apps_trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.zip packages_apps_trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.gz packages_apps_trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.bz2 |
Updating the qsb. (5051804)
Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
Diffstat (limited to 'res/values-sw340dp-port/styles.xml')
-rw-r--r-- | res/values-sw340dp-port/styles.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values-sw340dp-port/styles.xml b/res/values-sw340dp-port/styles.xml index 84d43df..51395b5 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> |