summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2010-09-09 17:57:36 -0700
committerAdam Powell <adamp@google.com>2010-09-09 17:57:36 -0700
commite479792e7fc9b10c442d8bdaad9714fe10d480a4 (patch)
tree8386308e48edf0eb2f4b22de11c23fa3433c724f
parentc7485ae06c6d5d33c57a03d02bbeed54edb3c66f (diff)
downloadpackages_apps_browser-e479792e7fc9b10c442d8bdaad9714fe10d480a4.zip
packages_apps_browser-e479792e7fc9b10c442d8bdaad9714fe10d480a4.tar.gz
packages_apps_browser-e479792e7fc9b10c442d8bdaad9714fe10d480a4.tar.bz2
Updated for framework changes in ActionBar style attributes
Change-Id: I6bb73ccf5e2523615833ec458173626f362f25dd
-rw-r--r--res/values-xlarge/styles.xml2
-rw-r--r--res/values/styles.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index 28d2f28..d48a502 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -23,7 +23,7 @@
<item name="android:colorBackground">#FFFFFFFF</item>
<item name="android:windowActionBar">true</item>
<item name="android:windowNoTitle">false</item>
- <item name="android:windowActionBarStyle">@style/ActionBarStyle</item>
+ <item name="android:actionBarStyle">@style/ActionBarStyle</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:actionModeBackground">@drawable/cab_bg</item>
</style>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index acfbe97..895c1d0 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -22,7 +22,7 @@
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
- <style name="ActionBar" parent="@android:style/ActionBar">
+ <style name="ActionBar" parent="@android:style/Widget.ActionBar">
<item name="android:background">@color/black</item>
</style>
<style name="BookmarkTheme" parent="@android:Theme.Black">