summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-09-08 21:32:48 -0700
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:45 +0200
commitb82082a43cf3153a0dec9f288d8c358b9b39703a (patch)
tree87666890b207c154a970be3b571f91f389d663f3 /res/xml
parent677af41f0ff8c273e6a6bebb999f2baca98c66e5 (diff)
downloadandroid_packages_apps_Snap-b82082a43cf3153a0dec9f288d8c358b9b39703a.tar.gz
android_packages_apps_Snap-b82082a43cf3153a0dec9f288d8c358b9b39703a.tar.bz2
android_packages_apps_Snap-b82082a43cf3153a0dec9f288d8c358b9b39703a.zip
SnapdragonCamera: Add focus-mode option to camcorder
User can now control the focus mode used while recording video. Change-Id: I340c01a3f88314de67ca024279672276eff453ed Signed-off-by: Sultanxda <sultanxda@gmail.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/video_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index a1902adfa..2d148163c 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -195,6 +195,13 @@
camera:entries="@array/pref_camera_video_rotation_entries"
camera:entryValues="@array/pref_camera_video_rotation_entryvalues" />
<IconListPreference
+ camera:key="pref_camera_video_focusmode_key"
+ camera:defaultValue="@array/pref_video_focusmode_default_array"
+ camera:title="@string/pref_camera_focusmode_title"
+ camera:singleIcon="@drawable/ic_settings_focus"
+ camera:entries="@array/pref_video_focusmode_entries"
+ camera:entryValues="@array/pref_video_focusmode_entryvalues" />
+ <IconListPreference
camera:key="pref_power_shutter"
camera:defaultValue="@string/pref_camera_power_shutter_default"
camera:title="@string/pref_camera_power_shutter_title"