summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-12-08 18:51:56 -0800
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-07 15:06:10 -0800
commit26b9e71f91b9cf1647c9b5870d322b709bb0340f (patch)
treee63eb54b041b217afda3112227b4a7c4dcfb0224 /res/xml/video_preferences.xml
parentfccd1672f53a30718d164557d6302d5c61b22225 (diff)
downloadandroid_packages_apps_Snap-26b9e71f91b9cf1647c9b5870d322b709bb0340f.tar.gz
android_packages_apps_Snap-26b9e71f91b9cf1647c9b5870d322b709bb0340f.tar.bz2
android_packages_apps_Snap-26b9e71f91b9cf1647c9b5870d322b709bb0340f.zip
Snap: Separate default focus time between camera/video
For the camera, the user expects a default tap-to-focus duration of 3 seconds with exposure locking. For the camcorder, however, the user expects a tap-to-focus duration of 0 seconds with no exposure locking, as the rapid change in exposure while recording would negatively impact the video. Separate the tap-to-focus option to reflect the recommended defaults. [mikeioannina]: Adapted to Snap Change-Id: I75bc0610f5d301c9728b4bc104b86e0fab5493fb Signed-off-by: Sultanxda <sultanxda@gmail.com>
Diffstat (limited to 'res/xml/video_preferences.xml')
-rw-r--r--res/xml/video_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 48d192d3e..564acedf1 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -174,7 +174,7 @@
camera:entryValues="@array/pref_video_focusmode_entryvalues" />
<IconListPreference
camera:key="pref_camera_video_focustime_key"
- camera:defaultValue="@string/pref_camera_focustime_default"
+ camera:defaultValue="@string/pref_camera_video_focustime_default"
camera:title="@string/pref_camera_focustime_title"
camera:singleIcon="@drawable/ic_settings_focus_time"
camera:entries="@array/pref_camera_focustime_duration_entries"