summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorNeelam Abhinav Karthik <aneelam@codeaurora.org>2015-07-29 11:29:17 -0700
committerNeelam Abhinav Karthik <aneelam@codeaurora.org>2015-09-28 23:10:43 +0530
commit0107667bcc0feeded880b76cc214d26f0efc9ccc (patch)
treee53644bcfd3cd850fb52f30fcb51e9928f766224 /res/xml
parent23362f853387904fa887d3d97271460a509830c8 (diff)
downloadandroid_packages_apps_Snap-0107667bcc0feeded880b76cc214d26f0efc9ccc.tar.gz
android_packages_apps_Snap-0107667bcc0feeded880b76cc214d26f0efc9ccc.tar.bz2
android_packages_apps_Snap-0107667bcc0feeded880b76cc214d26f0efc9ccc.zip
SnapdragonCamera: Add noise reduction modes.
- Add menu for noise reduction modes Change-Id: Ie5cd6590e08938fb8fbb668ac1b48aac5fe801c3
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/video_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 99786ce26..cec9442a3 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -133,6 +133,12 @@
camera:entries="@array/pref_camera_hfr_entries"
camera:entryValues="@array/pref_camera_hfr_entryvalues"/>
<ListPreference
+ camera:key="pref_camera_noise_reduction_key"
+ camera:defaultValue="@string/pref_camera_noise_reduction_default"
+ camera:title="@string/pref_camera_noise_reduction_title"
+ camera:entries="@array/pref_camera_noise_reduction_entries"
+ camera:entryValues="@array/pref_camera_noise_reduction_entryvalues"/>
+ <ListPreference
camera:key="pref_camera_see_more_key"
camera:defaultValue="@string/pref_camera_see_more_default"
camera:title="@string/pref_camera_see_more_title"