From 7a123a775778e72c208ad214858ea8d448d1538e Mon Sep 17 00:00:00 2001 From: Byunghun Jeon Date: Tue, 6 Oct 2015 14:50:11 -0700 Subject: SnapdragonCamera: add video snapshot size option Add developer option to choose video snapshot size. The "Auto" option will revert back to old behavior of choosing the largest size with the same aspect ratio as the preview. Change-Id: Ice68aef1963c1199d30e1edde4cccf7203f8fbbf --- res/xml/video_preferences.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/xml/video_preferences.xml') diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 1937e3e3a..63346a0d1 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -154,8 +154,8 @@ camera:key="pref_camera_videosnapsize_key" camera:defaultValue="@string/pref_camera_videosnapsize_default" camera:title="@string/pref_camera_picturesize_title" - camera:entries="@array/pref_camera_picturesize_entries" - camera:entryValues="@array/pref_camera_picturesize_entryvalues" /> + camera:entries="@array/pref_camera_video_snapsize_entries" + camera:entryValues="@array/pref_camera_video_snapsize_entryvalues" />