summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-10-15 15:07:08 +0530
committerSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-10-27 18:41:33 +0530
commit48b9c1b568f88ad713b5d6ce76b6241f8b33a5de (patch)
treeac55c0afa809e80f88c23bc55b0eb92d3e9bd384 /res/values/qcomarrays.xml
parent5b88d56a1dac39eabaef3fb8b7222730911fe544 (diff)
downloadandroid_packages_apps_Snap-48b9c1b568f88ad713b5d6ce76b6241f8b33a5de.tar.gz
android_packages_apps_Snap-48b9c1b568f88ad713b5d6ce76b6241f8b33a5de.tar.bz2
android_packages_apps_Snap-48b9c1b568f88ad713b5d6ce76b6241f8b33a5de.zip
Camera2: Add See More feature in the menu
- User can select See More feature in video mode. Change-Id: I13636846cce67caeb6eb0b3e073399fdae2be471
Diffstat (limited to 'res/values/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 074e2f9d7..776fae6de 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -420,6 +420,17 @@
<item>@string/pref_camera_hfr_value_hsr_120</item>
</string-array>
+ <!-- Video Preferences See More dialog box entries -->
+ <string-array name="pref_camera_see_more_entries">
+ <item>@string/pref_camera_see_more_entry_off</item>
+ <item>@string/pref_camera_see_more_entry_on</item>
+ </string-array>
+ <!-- Do not localize entryvalues -->
+ <string-array name="pref_camera_see_more_entryvalues">
+ <item>@string/pref_camera_see_more_value_off</item>
+ <item>@string/pref_camera_see_more_value_on</item>
+ </string-array>
+
<!-- Do not localize entryvalues -->
<string-array name="pref_camera_histogram_entryvalues">
<item>@string/pref_camera_histogram_value_disable</item>