summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-13 18:44:32 +0200
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:24:49 -0700
commit8ba5d17c7cdeb5db9fb3db30a63eed48b608df92 (patch)
tree7dc6696d7d4de745b3b53b98a0e5bb8c16d40511 /res/values/cm_strings.xml
parent19938c6c5bbb2ad63a2b177f92e2a497b2a4438e (diff)
downloadandroid_packages_apps_Snap-8ba5d17c7cdeb5db9fb3db30a63eed48b608df92.tar.gz
android_packages_apps_Snap-8ba5d17c7cdeb5db9fb3db30a63eed48b608df92.tar.bz2
android_packages_apps_Snap-8ba5d17c7cdeb5db9fb3db30a63eed48b608df92.zip
Snap: Cleanup focus time duration entries
* Add 3s which was the default before we added the option * Remove 15/20/30s * Fix default duration Change-Id: Ieaad13f248ec9966eefb546beeb6b386156e3b11
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index e959b02a4..17528f017 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -153,14 +153,12 @@
<!-- Touch focus duration -->
<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_default" translatable="false">3000</string>
<string name="pref_camera_focustime_entry_0">0s</string>
+ <string name="pref_camera_focustime_entry_3">3s</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>
- <string name="pref_camera_focustime_entry_20">20s</string>
- <string name="pref_camera_focustime_entry_30">30s</string>
<string name="pref_camera_focustime_entry_infinite">Infinite</string>
<!-- Shutter speed -->