summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-09-08 21:32:48 -0700
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit8a79b26e70c7c22eac6f7f0a3e038e843a32b741 (patch)
tree9cd976efd8aa1c1d0a1613ce2752af2e73148b42 /res/xml
parentf58e1e92ebfb1bc82a8ebe61b53f1b0db54c4e94 (diff)
downloadandroid_packages_apps_Snap-8a79b26e70c7c22eac6f7f0a3e038e843a32b741.tar.gz
android_packages_apps_Snap-8a79b26e70c7c22eac6f7f0a3e038e843a32b741.tar.bz2
android_packages_apps_Snap-8a79b26e70c7c22eac6f7f0a3e038e843a32b741.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')
-rwxr-xr-xres/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 1189356f3..388843f7a 100755
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -182,6 +182,13 @@
camera:title="@string/pref_camera_video_rotation_title"
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" />
<ListPreference
camera:key="pref_camera_antibanding_key"
camera:defaultValue="@string/pref_camera_antibanding_default"