summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-13 18:25:29 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:46 +0200
commit7e26413abb8f94f2727e4a78b34ad6dc0cf3764a (patch)
treee856e436d4f48b7816b552611cbec475725c3803 /res
parentee649f5811d8e0167c66ce5a8c69c7154f3dd05d (diff)
downloadandroid_packages_apps_Snap-7e26413abb8f94f2727e4a78b34ad6dc0cf3764a.tar.gz
android_packages_apps_Snap-7e26413abb8f94f2727e4a78b34ad6dc0cf3764a.tar.bz2
android_packages_apps_Snap-7e26413abb8f94f2727e4a78b34ad6dc0cf3764a.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 2d148163c..a943b3285 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -202,6 +202,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_power_shutter"
camera:defaultValue="@string/pref_camera_power_shutter_default"
camera:title="@string/pref_camera_power_shutter_title"