summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-13 18:25:29 +0200
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:08:12 +0100
commitc5868ca8f4f885bc616e0050e4b744b0640f664d (patch)
tree7a51323d3e6122abb59825ae60130b10a7301ed4 /res
parente0551bc09e8564fab0f169382b8ce270093cdd75 (diff)
downloadandroid_packages_apps_Snap-c5868ca8f4f885bc616e0050e4b744b0640f664d.tar.gz
android_packages_apps_Snap-c5868ca8f4f885bc616e0050e4b744b0640f664d.tar.bz2
android_packages_apps_Snap-c5868ca8f4f885bc616e0050e4b744b0640f664d.zip
Snap: Add focus time support in camcorder
Change-Id: I5432554a40d7375ed7893c38cb2741a12cc8cc80
Diffstat (limited to 'res')
-rw-r--r--res/xml/video_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index a699d26c3..56bcfcbc7 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -190,6 +190,12 @@
camera:entries="@array/pref_video_focusmode_entries"
camera:entryValues="@array/pref_video_focusmode_entryvalues" />
<ListPreference
+ camera:key="pref_camera_video_focustime_key"
+ camera:defaultValue="@string/pref_camera_focustime_default"
+ camera:title="@string/pref_camera_focustime_title"
+ camera:entries="@array/pref_camera_focustime_duration_entries"
+ camera:entryValues="@array/pref_camera_focustime_duration_values" />
+ <ListPreference
camera:key="pref_camera_antibanding_key"
camera:defaultValue="@string/pref_camera_antibanding_default"
camera:title="@string/pref_camera_antibanding_title"