summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <>2009-03-31 14:59:08 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-31 14:59:08 -0700
commit3fca10b8cd35276879e8e7361b2b9ee72377ab94 (patch)
tree612a2748c1889e1f3eff4932bca05558b352950f /res/values/styles.xml
parent2bbcae19224447c018b87bccff2b7f5e650d18d8 (diff)
downloadandroid_packages_apps_Trebuchet-3fca10b8cd35276879e8e7361b2b9ee72377ab94.tar.gz
android_packages_apps_Trebuchet-3fca10b8cd35276879e8e7361b2b9ee72377ab94.tar.bz2
android_packages_apps_Trebuchet-3fca10b8cd35276879e8e7361b2b9ee72377ab94.zip
AI 143792: am: CL 143746 Fix search widget assets to not overlap in landscape mode.
Done by using small button framework assets, but with manual padding adjustments to bring back to original button size. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143792
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a3d3e22c7..9b06d2620 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -53,4 +53,11 @@
<item name="android:layout_marginLeft">10dip</item>
<item name="android:layout_marginRight">10dip</item>
</style>
+
+ <style name="SearchButton" parent="@android:style/Widget.Button.Small">
+ <item name="android:paddingTop">7dip</item>
+ <item name="android:paddingBottom">9dip</item>
+ <item name="android:paddingLeft">10dip</item>
+ <item name="android:paddingRight">10dip</item>
+ </style>
</resources>