summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2014-01-20 19:45:13 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-09-17 23:26:02 +0300
commit94edc409d9bfdd721f424a4d3b46adeaabfb165b (patch)
tree6d5e455d46a148ad1cbf85a69725e8a4e4b62917 /res/xml/video_preferences.xml
parent8c66754ec9e4c88af913ef75b28030f1345a4b5b (diff)
downloadandroid_packages_apps_Snap-94edc409d9bfdd721f424a4d3b46adeaabfb165b.tar.gz
android_packages_apps_Snap-94edc409d9bfdd721f424a4d3b46adeaabfb165b.tar.bz2
android_packages_apps_Snap-94edc409d9bfdd721f424a4d3b46adeaabfb165b.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/video_preferences.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 f147ed210..2c67a4782 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -116,7 +116,7 @@
camera:entries="@array/pref_camera_dis_entries"
camera:entryValues="@array/pref_camera_dis_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"