summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--overlay/packages/apps/Gallery2/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/packages/apps/Gallery2/res/values/config.xml b/overlay/packages/apps/Gallery2/res/values/config.xml
index 1f52c20..db75d00 100644
--- a/overlay/packages/apps/Gallery2/res/values/config.xml
+++ b/overlay/packages/apps/Gallery2/res/values/config.xml
@@ -22,8 +22,8 @@
<bool name="needsEarlyVideoSize">true</bool>
<!-- Samsung Camcorder Mode -->
<bool name="needsSamsungCamMode">true</bool>
- <!-- Force use of profile video size -->
- <bool name="useProfileVideoSize">true</bool>
+ <!-- Always use recording dimensions for preview -->
+ <bool name="useVideoSizeForPreview">true</bool>
<!-- The camera removes the focus modes by default when touch-to-focus
exists. Use this option to change that behavior -->
<bool name="wantsFocusModes">true</bool>