summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-25 13:55:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-25 13:55:19 -0700
commit2dac580d5288067061fc6d598072050be4263df7 (patch)
treea1d75c278f7e5de10274c38aba8821acb8426536 /res/values
parent4f3cb091d6ded1e31db8dd21f019073a7cc9a2e2 (diff)
parentf8c1b58b8f8b320cfe52b82559d2199be249cb6a (diff)
downloadandroid_packages_apps_Trebuchet-2dac580d5288067061fc6d598072050be4263df7.tar.gz
android_packages_apps_Trebuchet-2dac580d5288067061fc6d598072050be4263df7.tar.bz2
android_packages_apps_Trebuchet-2dac580d5288067061fc6d598072050be4263df7.zip
Merge "Fixing small tablet issues" into ics-mr1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f575f0057..981d5bef5 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -116,6 +116,7 @@
<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:background">@drawable/search_bg_panel</item>
</style>
<style name="SearchDropTargetBar">
<item name="android:orientation">horizontal</item>
@@ -158,8 +159,8 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">match_parent</item>
<item name="android:gravity">center</item>
- <item name="android:paddingLeft">35dp</item>
- <item name="android:paddingRight">35dp</item>
+ <item name="android:paddingLeft">30dp</item>
+ <item name="android:paddingRight">30dp</item>
<item name="android:background">@drawable/tab_widget_indicator_selector</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textSize">12sp</item>