summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-01-14 11:36:38 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-15 01:47:05 -0800
commit2233950e703e2532b01f9f2893d9f7d8f5845cb1 (patch)
tree7557bf4eee6074750db8913fc4aa008de36c2280 /res/values
parent607a2f0b99886cb07b2d2b042d38bfb26da0f166 (diff)
downloadandroid_packages_apps_Snap-2233950e703e2532b01f9f2893d9f7d8f5845cb1.tar.gz
android_packages_apps_Snap-2233950e703e2532b01f9f2893d9f7d8f5845cb1.tar.bz2
android_packages_apps_Snap-2233950e703e2532b01f9f2893d9f7d8f5845cb1.zip
CameraActivity: Don't hide navigation bar
* Make it transparent instead. Change-Id: I08b06ac72d88aaf62ae7f52a3dde9ba865bc3542
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 8d212b611..d014382b4 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -25,6 +25,7 @@
<item name="android:windowTitleSize">0dp</item>
<item name="android:windowActionBarOverlay">true</item>
<item name="android:windowBackground">@android:color/black</item>
+ <item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:colorBackground">@android:color/black</item>
<item name="android:colorBackgroundCacheHint">@android:color/black</item>
<item name="android:actionBarStyle">@style/Material.ActionBar</item>