summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-02-10 23:26:00 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-02-10 23:25:59 -0800
commit6f334c7dd23dbf63e1a6edc043f15be6e56af6ba (patch)
tree612fe15a9e7633ca21529a301816e62ca53ebbfd /res/values
parent66ff342ad1b77aa87d6872c096af7911ec34e006 (diff)
parent30b2309e7c40a46ea9506344c25b58c9e8ce8dde (diff)
downloadandroid_packages_apps_Snap-6f334c7dd23dbf63e1a6edc043f15be6e56af6ba.tar.gz
android_packages_apps_Snap-6f334c7dd23dbf63e1a6edc043f15be6e56af6ba.tar.bz2
android_packages_apps_Snap-6f334c7dd23dbf63e1a6edc043f15be6e56af6ba.zip
Merge "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 24f790c4e..f83b5d8f4 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -23,4 +23,8 @@
<!-- This value may be tweaked to save memory on low RAM devices. The value
is the percentage of camera preview height/width to scale to. -->
<integer name="panorama_frame_size_reduction">100</integer>
+
+ <!-- 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>
</resources>