summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-08-13 15:53:57 -0700
committerztenghui <ztenghui@google.com>2013-08-13 16:13:54 -0700
commit50df47071c776703a36dbc4cb90ec8d1df3c0f6e (patch)
treed5b93852395ac5bd6e8de1152b764f38cdfbf70b /res/values/styles.xml
parent0353ca2e048543bd6e233b4c2110a1df1070cd3f (diff)
downloadandroid_packages_apps_Snap-50df47071c776703a36dbc4cb90ec8d1df3c0f6e.tar.gz
android_packages_apps_Snap-50df47071c776703a36dbc4cb90ec8d1df3c0f6e.tar.bz2
android_packages_apps_Snap-50df47071c776703a36dbc4cb90ec8d1df3c0f6e.zip
Hide the actionbar and title at the beginning
bug:10245009 Change-Id: I39640e9f7add0c8ae20257dd5c71cefd4a927a0e
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index dede2391b..f374db41e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -55,6 +55,8 @@
</style>
<style name="Theme.Camera" parent="Theme.CameraBase">
+ <item name="android:windowActionBar">false</item>
+ <item name="android:windowTitleSize">0dp</item>
<item name="android:windowBackground">@android:color/black</item>
<item name="android:colorBackground">@android:color/black</item>
<item name="android:colorBackgroundCacheHint">@android:color/black</item>