summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-08-28 14:21:49 +0800
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:39 +0200
commitfd4fd3ea606ab548f1d3a0c1a779f83879e94ab6 (patch)
treeb346008ac98c2fc8fa49612c981b6c1a3330d10c /res/values
parent91d77362feead0419c887a723a3a82452af2891b (diff)
downloadandroid_packages_apps_Snap-fd4fd3ea606ab548f1d3a0c1a779f83879e94ab6.tar.gz
android_packages_apps_Snap-fd4fd3ea606ab548f1d3a0c1a779f83879e94ab6.tar.bz2
android_packages_apps_Snap-fd4fd3ea606ab548f1d3a0c1a779f83879e94ab6.zip
camera: Touch focus support for camcorder
* Available when video snapshots are not supported. * Original from CodeAurora Forum. Sultanxda: Adapted to Snapdragon Camera Change-Id: I232c178430db08e7366aa9f91b4926d07e7c225d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index c41602370..5237d49f3 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -791,6 +791,11 @@
<item>auto</item>
</string-array>
+ <string-array name="pref_video_focusmode_default_array" translatable="false">
+ <item>continuous-video</item>
+ <item>auto</item>
+ </string-array>
+
<!-- Icons for exposure compensation -->
<array name="pref_camera_exposure_icons" translatable="false">
<item>@drawable/ic_exposure_n3</item>