summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-13 18:25:29 +0200
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:24:49 -0700
commit230c5ffbba2cb9513be91309294f45482c1110c6 (patch)
treed05c6a80c06c783d783c912c406e114f2c820e7d /res
parente66444259f0b9fce793872019ee8943026210399 (diff)
downloadandroid_packages_apps_Snap-230c5ffbba2cb9513be91309294f45482c1110c6.tar.gz
android_packages_apps_Snap-230c5ffbba2cb9513be91309294f45482c1110c6.tar.bz2
android_packages_apps_Snap-230c5ffbba2cb9513be91309294f45482c1110c6.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"