summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-09-02 14:02:24 -0700
committerMichael Kolb <kolby@google.com>2011-09-02 14:35:19 -0700
commitef8b0b9b978011e7899bada510b0fb2ea8708ae3 (patch)
tree292f411fb525cf6ab9429d91ab68d8387f6cf6d5 /res/values
parent5b0d11707800e4c6f8cb7c8c1d360304fe0afc54 (diff)
downloadandroid_packages_apps_Gello-ef8b0b9b978011e7899bada510b0fb2ea8708ae3.tar.gz
android_packages_apps_Gello-ef8b0b9b978011e7899bada510b0fb2ea8708ae3.tar.bz2
android_packages_apps_Gello-ef8b0b9b978011e7899bada510b0fb2ea8708ae3.zip
Assign urlbar background to actionbar
Bug: 5242700 changed phone style to have urlbar background Change-Id: I145480b25e1691281eaa0cc154eae5198c61fdc5
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 20e72972..c9cb1700 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -40,7 +40,7 @@
<item name="android:windowIsTranslucent">true</item>
</style>
<style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar">
- <item name="android:background">@drawable/bg_browsertabs</item>
+ <item name="android:background">@drawable/bg_urlbar</item>
<item name="android:displayOptions"></item>
</style>
<style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">