diff options
author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-13 18:25:29 +0200 |
---|---|---|
committer | Chippa-a <vusal1372@gmail.com> | 2019-10-25 15:55:25 +0300 |
commit | 154ec9c19c52dcca4883afb7e29b65649c43e70a (patch) | |
tree | c08401f89b6b633aacc1f03821750462587808c1 /res/xml/video_preferences.xml | |
parent | 532d93ecd4a1c944bc26ad491f4dc48453e3455e (diff) | |
download | android_packages_apps_Snap-154ec9c19c52dcca4883afb7e29b65649c43e70a.tar.gz android_packages_apps_Snap-154ec9c19c52dcca4883afb7e29b65649c43e70a.tar.bz2 android_packages_apps_Snap-154ec9c19c52dcca4883afb7e29b65649c43e70a.zip |
Snap: Add focus time support in camcorder
Change-Id: I5432554a40d7375ed7893c38cb2741a12cc8cc80
Diffstat (limited to 'res/xml/video_preferences.xml')
-rwxr-xr-x | res/xml/video_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 388843f7a..134ecabf1 100755 --- 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" |