Updated for framework changes in ActionBar style attributes
Change-Id: I6bb73ccf5e2523615833ec458173626f362f25dd
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">