summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSai Kumar Sanagavarapu <ssanagav@codeaurora.org>2014-06-04 13:53:37 +0530
committerSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-10-27 18:40:02 +0530
commit5b88d56a1dac39eabaef3fb8b7222730911fe544 (patch)
tree1d692e5ea589caf315d2c3f03b3024c5cda30dfd /res/values
parentd71a65adc227a04cf2e95545af7b6ba71f8f1672 (diff)
downloadandroid_packages_apps_Snap-5b88d56a1dac39eabaef3fb8b7222730911fe544.tar.gz
android_packages_apps_Snap-5b88d56a1dac39eabaef3fb8b7222730911fe544.tar.bz2
android_packages_apps_Snap-5b88d56a1dac39eabaef3fb8b7222730911fe544.zip
Camera2: Add TruePortrait in Advanced features menu.
1.Add TruePortrait option in Advanced features menu. 2.Query supported TruePortrait modes and enable TP. Change-Id: I3e9bd54ab8e495eabb591bd380cf0553715e938a
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qcomarrays.xml2
-rw-r--r--res/values/qcomstrings.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 98329c3bf..074e2f9d7 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -577,6 +577,7 @@
<item>@string/pref_camera_advanced_feature_entry_refocus</item>
<item>@string/pref_camera_advanced_feature_entry_chromaflash</item>
<item>@string/pref_camera_advanced_feature_entry_optizoom</item>
+ <item>@string/pref_camera_advanced_feature_entry_trueportrait</item>
</string-array>
<string-array name="pref_camera_advanced_features_entryvalues" translatable="false">
@@ -585,6 +586,7 @@
<item>@string/pref_camera_advanced_feature_value_refocus_on</item>
<item>@string/pref_camera_advanced_feature_value_chromaflash_on</item>
<item>@string/pref_camera_advanced_feature_value_optizoom_on</item>
+ <item>@string/pref_camera_advanced_feature_value_trueportrait_on</item>
</string-array>
<!-- Camera Preferences Long Shot dialog box entries -->
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 07bc7f445..29c33bf8c 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -145,6 +145,7 @@
<string name="pref_camera_advanced_feature_entry_refocus">Refocus</string>
<string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
<string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>
+ <string name="pref_camera_advanced_feature_entry_trueportrait">True Portrait</string>
<!-- Auto exposure entry values. Do not translate. -->
<string name="pref_camera_advanced_feature_value_none">none</string>
@@ -152,10 +153,12 @@
<string name="pref_camera_advanced_feature_value_refocus_on">re-focus-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_trueportrait_on">true-portrait-on</string>
<string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
<string name="pref_camera_advanced_feature_value_refocus_off">re-focus-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>
+ <string name="pref_camera_advanced_feature_value_trueportrait_off">true-portrait-off</string>
<!-- Settings screen, ZSL location dialog choices -->
<string name="pref_camera_zsl_entry_off">Off</string>