summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2014-01-20 19:45:13 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:37 +0200
commit2e43c80f49b6768d04d88ff708d072d07943edca (patch)
tree97d0bafe1b89aa262827afee2e3bf093b65d1383 /res/xml
parent63f350e5654fe9941f4f66597f03a0ea5e03d074 (diff)
downloadandroid_packages_apps_Snap-2e43c80f49b6768d04d88ff708d072d07943edca.tar.gz
android_packages_apps_Snap-2e43c80f49b6768d04d88ff708d072d07943edca.tar.bz2
android_packages_apps_Snap-2e43c80f49b6768d04d88ff708d072d07943edca.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 2e307f300..6eba729d9 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"