summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2014-01-20 19:45:13 +0200
committerArne Coucheron <arco68@gmail.com>2018-01-26 00:51:41 +0100
commit29d6b02dfaf6736f2245d08ca1b5f8834036478e (patch)
treeec6078104809f87f99246db3bd0e9a735a69e6fb /res/xml
parent7cc55a352ff638ea109e557a01ffacfe562a55d9 (diff)
downloadandroid_packages_apps_Snap-29d6b02dfaf6736f2245d08ca1b5f8834036478e.tar.gz
android_packages_apps_Snap-29d6b02dfaf6736f2245d08ca1b5f8834036478e.tar.bz2
android_packages_apps_Snap-29d6b02dfaf6736f2245d08ca1b5f8834036478e.zip
Camera: separate settings for color effects
Store color effect settings for the camera and video camera in their own separate preferences. Change-Id: I8faa59b8663154737910b338906d27f9736d5ad9
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/video_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index f2e2e9e15..9a42a9b5f 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -126,7 +126,7 @@
camera:largeIcons="@array/pref_filter_mode_icons"
camera:entryValues="@array/pref_camera_filter_mode_entryvalues" />
<IconListPreference
- camera:key="pref_camera_coloreffect_key"
+ camera:key="pref_camera_video_coloreffect_key"
camera:defaultValue="@string/pref_camera_coloreffect_default"
camera:title="@string/pref_camera_coloreffect_title"
camera:entries="@array/pref_camera_coloreffect_entries"