summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-08-19 11:54:12 -0700
committerztenghui <ztenghui@google.com>2013-08-19 11:55:54 -0700
commit2dff253c573f5edd4715e775bc51924ba400c1ae (patch)
tree3d33dadc3ec658f9daa9358d07b87172dc3cfe32 /res/values/styles.xml
parent6b9203214d828d72758943aca55adceab684a862 (diff)
downloadandroid_packages_apps_Snap-2dff253c573f5edd4715e775bc51924ba400c1ae.tar.gz
android_packages_apps_Snap-2dff253c573f5edd4715e775bc51924ba400c1ae.tar.bz2
android_packages_apps_Snap-2dff253c573f5edd4715e775bc51924ba400c1ae.zip
Update the action bar style to match Bryce
bug:10347330 Change-Id: I9a3e6f5cac0003cce4b19cba28904d539faa94a9
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 946329070..50892329b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -61,8 +61,14 @@
<item name="android:windowBackground">@android:color/black</item>
<item name="android:colorBackground">@android:color/black</item>
<item name="android:colorBackgroundCacheHint">@android:color/black</item>
+ <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
</style>
<style name="Theme.CameraBase" parent="android:Theme.Holo"/>
+ <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
+ <item name="android:displayOptions">useLogo|showHome|homeAsUp</item>
+ <item name="android:background">@drawable/actionbar_translucent</item>
+ <item name="android:backgroundStacked">@null</item>
+ </style>
<style name="OnScreenHintTextAppearance">
<item name="android:textColor">@android:color/primary_text_dark</item>
<item name="android:textColorHighlight">#FFFF9200</item>