summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-09-08 21:32:48 -0700
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit8a79b26e70c7c22eac6f7f0a3e038e843a32b741 (patch)
tree9cd976efd8aa1c1d0a1613ce2752af2e73148b42 /res/values
parentf58e1e92ebfb1bc82a8ebe61b53f1b0db54c4e94 (diff)
downloadandroid_packages_apps_Snap-8a79b26e70c7c22eac6f7f0a3e038e843a32b741.tar.gz
android_packages_apps_Snap-8a79b26e70c7c22eac6f7f0a3e038e843a32b741.tar.bz2
android_packages_apps_Snap-8a79b26e70c7c22eac6f7f0a3e038e843a32b741.zip
SnapdragonCamera: Add focus-mode option to camcorder
User can now control the focus mode used while recording video. Change-Id: I340c01a3f88314de67ca024279672276eff453ed Signed-off-by: Sultanxda <sultanxda@gmail.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml5
-rw-r--r--res/values/cm_arrays.xml16
2 files changed, 16 insertions, 5 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 445aa1ec1..2a39275d4 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -655,11 +655,6 @@
<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>
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index bb5627e7c..a1fc1cfa0 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -88,4 +88,20 @@
<item>30</item>
</string-array>
+ <!-- Default focus mode setting.-->
+ <string-array name="pref_video_focusmode_default_array" translatable="false">
+ <item>continuous-video</item>
+ <item>auto</item>
+ </string-array>
+
+ <!-- Camcorder Preferences focus mode dialog box entries -->
+ <string-array name="pref_video_focusmode_entries" translatable="false">
+ <item>@string/pref_camera_focusmode_entry_auto</item>
+ <item>@string/pref_camera_focusmode_entry_continuous</item>
+ </string-array>
+
+ <string-array name="pref_video_focusmode_entryvalues" translatable="false">
+ <item>auto</item>
+ <item>continuous-video</item>
+ </string-array>
</resources>