summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2013-01-12 00:35:45 -0600
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:39 +0200
commit73f2937a9198d233e3c2f248a0886394e9dcf27e (patch)
treeb5d87a5a7ad7da6718230961515913e6e46e9f3a /res/xml
parent165aec53883a535e0186c9ee5019f3b42bb7542b (diff)
downloadandroid_packages_apps_Snap-73f2937a9198d233e3c2f248a0886394e9dcf27e.tar.gz
android_packages_apps_Snap-73f2937a9198d233e3c2f248a0886394e9dcf27e.tar.bz2
android_packages_apps_Snap-73f2937a9198d233e3c2f248a0886394e9dcf27e.zip
Snap: Add touch-to-focus timeout duration settings
Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ib2c2c152a52b2616dd0da6f071f572d34fe64065
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/camera_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index d9a69b211..5c2a2630c 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -81,6 +81,12 @@
camera:entries="@array/pref_camera_focusmode_entries"
camera:labelList="@array/pref_camera_focusmode_labels"
camera:entryValues="@array/pref_camera_focusmode_entryvalues" />
+ <ListPreference
+ camera:key="pref_camera_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_ae_bracket_hdr_key"
camera:defaultValue="@string/pref_camera_ae_bracket_hdr_default"