summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-12-06 10:30:28 -0800
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:08:14 +0100
commit70355b76b9f8fb8223c99cf497a51e900df975ea (patch)
tree4f45baed1a0e2114af6632ab6e3dfce1a08b4b89 /res/values/cm_strings.xml
parentc5868ca8f4f885bc616e0050e4b744b0640f664d (diff)
downloadandroid_packages_apps_Snap-70355b76b9f8fb8223c99cf497a51e900df975ea.tar.gz
android_packages_apps_Snap-70355b76b9f8fb8223c99cf497a51e900df975ea.tar.bz2
android_packages_apps_Snap-70355b76b9f8fb8223c99cf497a51e900df975ea.zip
Snap: Add ability to set the tap-to-focus duration to 0 sec
Setting a tap-to-focus duration of 0 seconds allows for a quick, manual refocus of the subject without interfering with the exposure. This is particularly useful when recording videos. [mikeioannina]: Adapted to Snap Change-Id: Ie3d92e50f755c938e9725438ba5baad0d0985485 Signed-off-by: Sultanxda <sultanxda@gmail.com>
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 9d539e9a1..da19da3e2 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -112,6 +112,7 @@
<string name="pref_camera_focustime_title">Touch focus duration</string>
<string name="pref_camera_focustime_default" translatable="false">5000</string>
+ <string name="pref_camera_focustime_entry_0">0s</string>
<string name="pref_camera_focustime_entry_5">5s</string>
<string name="pref_camera_focustime_entry_10">10s</string>
<string name="pref_camera_focustime_entry_15">15s</string>