summaryrefslogtreecommitdiffstats
path: root/res/values/camera2arrays.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-04-06 16:07:22 -0700
committerJack Yoo <jyoo@codeaurora.org>2016-06-01 11:17:18 -0700
commita02710a35bfd859dbaae3557d4f278d5b1a80ab6 (patch)
tree45e1b74fbfe736a6feac9b181444d847cba2f7c4 /res/values/camera2arrays.xml
parent77f78793bd93f0003c7e310592414f1fc93236e5 (diff)
downloadandroid_packages_apps_Snap-a02710a35bfd859dbaae3557d4f278d5b1a80ab6.tar.gz
android_packages_apps_Snap-a02710a35bfd859dbaae3557d4f278d5b1a80ab6.tar.bz2
android_packages_apps_Snap-a02710a35bfd859dbaae3557d4f278d5b1a80ab6.zip
SnapdragonCamera: FrameProcessor
Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183
Diffstat (limited to 'res/values/camera2arrays.xml')
-rw-r--r--res/values/camera2arrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index 59e06f260..49f37e139 100644
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -60,6 +60,16 @@
<item>front</item>
</string-array>
+ <string-array name="pref_camera2_makeup_entries" translatable="true">
+ <item>On</item>
+ <item>Off</item>
+ </string-array>
+
+ <string-array name="pref_camera2_makeup_entryvalues" translatable="false">
+ <item>on</item>
+ <item>off</item>
+ </string-array>
+
<string-array name="pref_camera2_mono_preview_entries" translatable="true">
<item>@string/pref_camera2_mono_preview_entry_on</item>
<item>@string/pref_camera2_mono_preview_entry_off</item>