summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.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/qcomstrings.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/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 29c33bf8c..95a151e3d 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -340,6 +340,20 @@
<string name="pref_camera_hfr_value_hsr_90">hsr90</string>
<string name="pref_camera_hfr_value_hsr_120">hsr120</string>
+ <!-- Default see more setting. Do not translate. -->
+ <string name="pref_camera_see_more_default">off</string>
+
+ <!-- Settings screen, Select See More title -->
+ <string name="pref_camera_see_more_title">See More</string>
+
+ <!-- Settings screen, see more radio button choices -->
+ <string name="pref_camera_see_more_entry_off">Off</string>
+ <string name="pref_camera_see_more_entry_on">On</string>
+
+ <!-- see more entry values. Do not translate. -->
+ <string name="pref_camera_see_more_value_off">off</string>
+ <string name="pref_camera_see_more_value_on">on</string>
+
<!-- Denoise Settings screen, setting title text -->
<string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>
<string name="pref_camera_denoise_default" translatable="false">denoise-on</string>