summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-08-09 17:37:15 -0700
committerztenghui <ztenghui@google.com>2013-08-09 17:59:14 -0700
commitfa9e2cc9ccbcd746f5765cb7a0afebcdb60e2973 (patch)
tree077f8128170ad12f510852775721e3a7f39d0b2f /res/values/styles.xml
parent70466a0f15b91efdfdfd97a718e3d4089666a51c (diff)
downloadandroid_packages_apps_Snap-fa9e2cc9ccbcd746f5765cb7a0afebcdb60e2973.tar.gz
android_packages_apps_Snap-fa9e2cc9ccbcd746f5765cb7a0afebcdb60e2973.tar.bz2
android_packages_apps_Snap-fa9e2cc9ccbcd746f5765cb7a0afebcdb60e2973.zip
Add the basic action bar back.
Remove outdated styles. bug:10245009 Change-Id: I1ab6e6ea7c3e5c4157951203209b573dd2edda88
Diffstat (limited to 'res/values/styles.xml')
-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 8af034474..dede2391b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -59,7 +59,7 @@
<item name="android:colorBackground">@android:color/black</item>
<item name="android:colorBackgroundCacheHint">@android:color/black</item>
</style>
- <style name="Theme.CameraBase" parent="android:Theme.Black.NoTitleBar.Fullscreen"/>
+ <style name="Theme.CameraBase" parent="android:Theme.Holo"/>
<style name="OnScreenHintTextAppearance">
<item name="android:textColor">@android:color/primary_text_dark</item>
<item name="android:textColorHighlight">#FFFF9200</item>