summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2014-01-20 19:45:13 +0200
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:26 -0700
commit27775b13a08d8fba2b4f4da6969156fd306cde90 (patch)
treebd752fa1d609cc3f9b4b602bd6c037b048edfdd3 /res
parent3b3933e1b10a0bf37ccb95a9641a728ef6490b37 (diff)
downloadandroid_packages_apps_Snap-27775b13a08d8fba2b4f4da6969156fd306cde90.tar.gz
android_packages_apps_Snap-27775b13a08d8fba2b4f4da6969156fd306cde90.tar.bz2
android_packages_apps_Snap-27775b13a08d8fba2b4f4da6969156fd306cde90.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')
-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"