summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-08-22 06:36:15 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-08-22 06:36:15 +0000
commitd151d02483fdea99cae4bdb71ce2c741eddabb27 (patch)
treeb6e29af642aefd2d80302d0fea1aaf11cde1dc62 /overlay
parentab0fa07ea2cdbdb866dc891740c1157e5c96af2c (diff)
parent6616dad59f51fa6d652df2b77ecf5cd3fb9d3cec (diff)
downloaddevice_samsung_galaxys2-common-d151d02483fdea99cae4bdb71ce2c741eddabb27.zip
device_samsung_galaxys2-common-d151d02483fdea99cae4bdb71ce2c741eddabb27.tar.gz
device_samsung_galaxys2-common-d151d02483fdea99cae4bdb71ce2c741eddabb27.tar.bz2
Merge "galaxys2: update preview video size flag" into cm-10.2
Diffstat (limited to 'overlay')
-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>