summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-13 18:25:29 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-07 15:05:15 -0800
commitfe6984064d0546d113d88107311719c5b4e7ab40 (patch)
tree2b8ef6942bb7fdb17b6eaad0095e8af7d5a5e760 /res
parent8ab0ea01944dea717cfbc61a37c47c62eee33f88 (diff)
downloadandroid_packages_apps_Snap-fe6984064d0546d113d88107311719c5b4e7ab40.tar.gz
android_packages_apps_Snap-fe6984064d0546d113d88107311719c5b4e7ab40.tar.bz2
android_packages_apps_Snap-fe6984064d0546d113d88107311719c5b4e7ab40.zip
Snap: Add focus time support in camcorder
Change-Id: I5432554a40d7375ed7893c38cb2741a12cc8cc80
Diffstat (limited to 'res')
-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 0ce03a175..48d192d3e 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -173,6 +173,13 @@
camera:entries="@array/pref_video_focusmode_entries"
camera:entryValues="@array/pref_video_focusmode_entryvalues" />
<IconListPreference
+ camera:key="pref_camera_video_focustime_key"
+ camera:defaultValue="@string/pref_camera_focustime_default"
+ camera:title="@string/pref_camera_focustime_title"
+ camera:singleIcon="@drawable/ic_settings_focus_time"
+ camera:entries="@array/pref_camera_focustime_duration_entries"
+ camera:entryValues="@array/pref_camera_focustime_duration_values" />
+ <IconListPreference
camera:key="pref_camera_antibanding_key"
camera:defaultValue="@string/pref_camera_antibanding_default"
camera:title="@string/pref_camera_antibanding_title"