summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2013-01-12 07:35:45 +0100
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit3d818573ea89729f43aee04a08ffd329c3a294da (patch)
tree4307c44e8bfd90e9fd047842ed7644176ca709ae /res/xml
parentd8447450778d33262aebd7f7ed4346a8832f192e (diff)
downloadandroid_packages_apps_Snap-3d818573ea89729f43aee04a08ffd329c3a294da.tar.gz
android_packages_apps_Snap-3d818573ea89729f43aee04a08ffd329c3a294da.tar.bz2
android_packages_apps_Snap-3d818573ea89729f43aee04a08ffd329c3a294da.zip
Snap: Add touch-to-focus timeout duration settings
Change-Id: Ib2c2c152a52b2616dd0da6f071f572d34fe64065 Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
Diffstat (limited to 'res/xml')
-rwxr-xr-xres/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 136f98081..8f3efb6fe 100755
--- 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"