summaryrefslogtreecommitdiffstats
path: root/res/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/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/xml')
-rw-r--r--res/xml/capture_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 3dad3a701..5e9235e34 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -183,4 +183,11 @@
camera:key="pref_camera2_initial_camera_key"
camera:entries="@array/pref_camera2_initial_camera_entries"
camera:entryValues="@array/pref_camera2_initial_camera_entryvalues"/>
+
+ <ListPreference
+ camera:defaultValue="off"
+ camera:key="pref_camera2_makeup_key"
+ camera:entries="@array/pref_camera2_makeup_entries"
+ camera:entryValues="@array/pref_camera2_makeup_entryvalues"
+ camera:title="@string/pref_camera2_makeup_title"/>
</PreferenceGroup>