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>2015-09-20 20:02:05 +0300
commiteaae37ffbc5c216e43540cf0a561a82384631796 (patch)
treeddd4b74389f85f85c874e77a876b114c669e1b74 /res/values
parent58d454bd4ef24aa8e71bcb6ab3b4349902561256 (diff)
downloadandroid_packages_apps_Snap-eaae37ffbc5c216e43540cf0a561a82384631796.tar.gz
android_packages_apps_Snap-eaae37ffbc5c216e43540cf0a561a82384631796.tar.bz2
android_packages_apps_Snap-eaae37ffbc5c216e43540cf0a561a82384631796.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 00088471a..19bc5ec31 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -747,6 +747,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>