summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2015-08-07 14:53:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-08-07 14:55:40 -0700
commit8fce47a5fb0277b3763b94a1fd23ea499d35e4b1 (patch)
treef90514b0045e03c574bd505265fc837fc8ddb965 /res/values/config.xml
parentf88dd95428f256f3909c288455d4f6d19092c459 (diff)
downloadandroid_packages_apps_Snap-8fce47a5fb0277b3763b94a1fd23ea499d35e4b1.tar.gz
android_packages_apps_Snap-8fce47a5fb0277b3763b94a1fd23ea499d35e4b1.tar.bz2
android_packages_apps_Snap-8fce47a5fb0277b3763b94a1fd23ea499d35e4b1.zip
SnapdragonCamera: Set navigation bar according to flag
Set navigation bar according to flag and set it to show by default Change-Id: I5ddb9d5f8150d7fd1d182bacb25cd02651a2db5b
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 7ada8d775..25224f73c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -27,4 +27,7 @@
<!-- This value may be changed to true to enable the warped pano preview overlayed on top
of the fullscreen pano preview. -->
<bool name="enable_warped_pano_preview">true</bool>
+
+ <!-- This value may be changed to true to hide navigation bar. -->
+ <bool name="hide_navigation_bar">false</bool>
</resources>