summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorAjit Singh Solanki <ajits@codeaurora.org>2013-11-07 01:56:47 -0800
committerSunid Wilson <sunidw@codeaurora.org>2013-12-13 10:59:43 -0800
commit2e1e3f96100551feed54b507e7ad1dad52b637f1 (patch)
treea97263b237f0f41abf15ec78d65059b801eb33a4 /res/values/qcomstrings.xml
parent1c7734057201ffd1b6d165d9e24793ef3d213043 (diff)
downloadandroid_packages_apps_Snap-2e1e3f96100551feed54b507e7ad1dad52b637f1.tar.gz
android_packages_apps_Snap-2e1e3f96100551feed54b507e7ad1dad52b637f1.tar.bz2
android_packages_apps_Snap-2e1e3f96100551feed54b507e7ad1dad52b637f1.zip
Camera: Add support for UbiFocus, ChromaFlash and OptiZoom.
- Add UI option in App to enable/disable UbiFocus, ChromaFlash and OptiZoom - App shows UI options for these features only when supported in HAL Change-Id: I924f97b2b510b351d9a8cb48a0aac6a4dc24ca10
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 05eec50a5..c63f30b6f 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -133,6 +133,26 @@
<string name="pref_camera_selectablezoneaf_value_centerweighted">center-weighted</string>
<string name="pref_camera_selectablezoneaf_value_frameaverage">frame-average</string>
+ <string name="pref_camera_advanced_feature_default">none</string>
+
+ <!-- Settings screen, Selectable advanced features title -->
+ <string name="pref_camera_advanced_features_title">Advanced Features</string>
+
+ <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
+ <string name="pref_camera_advanced_feature_entry_none">None</string>
+ <string name="pref_camera_advanced_feature_entry_ubifocus">Ubi Focus</string>
+ <string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
+ <string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>
+
+ <!-- Auto exposure entry values. Do not translate. -->
+ <string name="pref_camera_advanced_feature_value_none">af-bracket-off</string>
+ <string name="pref_camera_advanced_feature_value_ubifocus_on">af-bracket-on</string>
+ <string name="pref_camera_advanced_feature_value_chromaflash_on">chroma-flash-on</string>
+ <string name="pref_camera_advanced_feature_value_optizoom_on">opti-zoom-on</string>
+ <string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
+ <string name="pref_camera_advanced_feature_value_chromaflash_off">chroma-flash-off</string>
+ <string name="pref_camera_advanced_feature_value_optizoom_off">opti-zoom-off</string>
+
<!-- Settings screen, ZSL location dialog choices -->
<string name="pref_camera_zsl_entry_off">Off</string>
<string name="pref_camera_zsl_entry_on">On</string>