summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorathurh <athurh@gmail.com>2013-02-25 19:40:55 +0100
committerathurh <athurh@gmail.com>2013-02-25 19:43:43 +0100
commit7a865c0f2123b42efb9d36212935fc25cb9c115a (patch)
tree4afb4544474c553ad4b3e6f316370e5c4db3d70e /overlay
parentaa46ea0b54f153643a26f3e2ed60843d4a390e9e (diff)
downloaddevice_samsung_galaxys2-common-7a865c0f2123b42efb9d36212935fc25cb9c115a.zip
device_samsung_galaxys2-common-7a865c0f2123b42efb9d36212935fc25cb9c115a.tar.gz
device_samsung_galaxys2-common-7a865c0f2123b42efb9d36212935fc25cb9c115a.tar.bz2
galaxys2: camera: enable useProfileVideoSize
fix video preview aspect ratio Change-Id: Ie3777670b0a368c367615a4f2a11ea35beb07dd1
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Camera/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml
index 8f6b65b..1f52c20 100644
--- a/overlay/packages/apps/Camera/res/values/config.xml
+++ b/overlay/packages/apps/Camera/res/values/config.xml
@@ -22,8 +22,8 @@
<bool name="needsEarlyVideoSize">true</bool>
<!-- Samsung Camcorder Mode -->
<bool name="needsSamsungCamMode">true</bool>
- <!-- Samsung Camera Settings -->
- <bool name="hasSamsungCamSettings">true</bool>
+ <!-- Force use of profile video size -->
+ <bool name="useProfileVideoSize">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>