diff options
author | athurh <athurh@gmail.com> | 2013-08-22 02:56:53 +0200 |
---|---|---|
committer | athurh <athurh@gmail.com> | 2013-08-22 02:56:53 +0200 |
commit | 6616dad59f51fa6d652df2b77ecf5cd3fb9d3cec (patch) | |
tree | 3f0305e0622938c89e8b005dba41937092948aa9 /overlay | |
parent | aa9c939cf599fb7edef69baf8a03a6d44371ffc9 (diff) | |
download | device_samsung_galaxys2-common-6616dad59f51fa6d652df2b77ecf5cd3fb9d3cec.zip device_samsung_galaxys2-common-6616dad59f51fa6d652df2b77ecf5cd3fb9d3cec.tar.gz device_samsung_galaxys2-common-6616dad59f51fa6d652df2b77ecf5cd3fb9d3cec.tar.bz2 |
galaxys2: update preview video size flag
Change-Id: I49b2ecedf10f081240c624158ed1527d98661196
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Gallery2/res/values/config.xml | 4 |
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> |