From 24772dad947b042f89fb12d9d47ebfa4671edc14 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 13 Jan 2016 18:44:32 +0200 Subject: 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 --- res/values/cm_arrays.xml | 8 ++------ res/values/cm_strings.xml | 6 ++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml index 1a44ad17c..126fa7b96 100644 --- a/res/values/cm_arrays.xml +++ b/res/values/cm_arrays.xml @@ -28,22 +28,18 @@ @string/pref_camera_focustime_entry_0 + @string/pref_camera_focustime_entry_3 @string/pref_camera_focustime_entry_5 @string/pref_camera_focustime_entry_10 - @string/pref_camera_focustime_entry_15 - @string/pref_camera_focustime_entry_20 - @string/pref_camera_focustime_entry_30 @string/pref_camera_focustime_entry_infinite 200 + 3000 5000 10000 - 15000 - 20000 - 30000 0x7FFFFFFF diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index da19da3e2..5b8ddf306 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -110,14 +110,12 @@ Touch focus duration - 5000 + 3000 0s + 3s 5s 10s - 15s - 20s - 30s Infinite -- cgit v1.2.3