summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-22 11:38:28 -0700
committerJohn Reck <jreck@google.com>2011-06-22 15:24:47 -0700
commit9f45a35c55947ba20299b896f8797a49aef2e5fa (patch)
treea6eef903f8fbf9073cdd4165b1d1e729d4b223be /res/values
parent0b3165d365baa066465f5ae95d93feeec75a0ef3 (diff)
downloadpackages_apps_Browser-9f45a35c55947ba20299b896f8797a49aef2e5fa.zip
packages_apps_Browser-9f45a35c55947ba20299b896f8797a49aef2e5fa.tar.gz
packages_apps_Browser-9f45a35c55947ba20299b896f8797a49aef2e5fa.tar.bz2
Switch omnibox to dark theme
Change-Id: I0fcc90b0141b97dac31478387b0c9ac2e3a6ee8a
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1b77509..061d600 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -48,14 +48,16 @@
<style name="ActionButton">
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
- <style name="Suggestions" parent="@android:style/Widget.Holo.Light.AutoCompleteTextView">
+ <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">
+ <item name="android:popupBackground">#D0000000</item>
+ <item name="android:dropDownVerticalOffset">0dip</item>
</style>
<style name="SuggestionLineMedium"
- parent="@android:style/TextAppearance.Holo.Medium.Inverse">
+ parent="@android:style/TextAppearance.Holo.Medium">
<item name="android:textSize">16sp</item>
</style>
<style name="SuggestionLineSmall"
- parent="@android:style/TextAppearance.Holo.Small.Inverse">
+ parent="@android:style/TextAppearance.Holo.Small">
<item name="android:textSize">12sp</item>
</style>
<style name="ActionBar" parent="@android:style/Widget.ActionBar">