overlay: snap: remove preview size

This commit is contained in:
Mister Oyster 2017-05-12 13:56:49 +02:00
parent c6befcb8dc
commit fd70f6bf80
1 changed files with 0 additions and 10 deletions

View File

@ -18,20 +18,10 @@
for different hardware or product builds. -->
<resources>
<!-- Opens back camera using openLegacy() and forces api v1 -->
<bool name="back_camera_open_legacy">true</bool>
<!-- Opens front camera using openLegacy() and forces api v1 -->
<bool name="front_camera_open_legacy">true</bool>
<!-- Restart preview for back camera onPictureTaken -->
<bool name="back_camera_restart_preview_onPictureTaken">true</bool>
<!-- Restart preview for front camera onPictureTaken -->
<bool name="front_camera_restart_preview_onPictureTaken">true</bool>
<!-- Force use a specific preview-size
Example: 1920x1080 -->
<string name="preview_size_for_photo">1920x1080</string>
</resources>