summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-09-16 15:56:40 -0700
committerGrace Kloba <klobag@google.com>2009-09-17 09:39:36 -0700
commit429faf26e6aa6f901e803434e08739bc3629e2b5 (patch)
tree5aca3b6a36d425d9cf1729088d2e6d9747fff444 /res/values/styles.xml
parentd0119535d0c490e087be114ae8fd1639bb1945dc (diff)
downloadpackages_apps_Browser-429faf26e6aa6f901e803434e08739bc3629e2b5.zip
packages_apps_Browser-429faf26e6aa6f901e803434e08739bc3629e2b5.tar.gz
packages_apps_Browser-429faf26e6aa6f901e803434e08739bc3629e2b5.tar.bz2
Remove the extra padding in the Tabs.
Use scheme to define the Bookmark style. Fix http://b/issue?id=2125502
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c9ee56b..89d5a04 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -26,6 +26,10 @@
<item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextView</item>
</style>
+ <style name="BookmarkTheme" parent="@android:Theme.Black">
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
<style name="AutoCompleteTextView">
<item name="android:focusable">true</item>
<item name="android:focusableInTouchMode">true</item>