summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2014-01-04 20:55:04 -0600
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:37 +0200
commit63f350e5654fe9941f4f66597f03a0ea5e03d074 (patch)
tree07270f7dee14ca4b824de638a56e4261f0262b4b /res/xml
parent9cc26c0d16af16f17a0d6fdc3b1b549de521a72b (diff)
downloadandroid_packages_apps_Snap-63f350e5654fe9941f4f66597f03a0ea5e03d074.tar.gz
android_packages_apps_Snap-63f350e5654fe9941f4f66597f03a0ea5e03d074.tar.bz2
android_packages_apps_Snap-63f350e5654fe9941f4f66597f03a0ea5e03d074.zip
Camera2: implement exposure compensation settings in video mode
Change-Id: I83a2675e109dc7924cdd9240b26051ac218f532a
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/video_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 0c239d14c..2e307f300 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -64,6 +64,11 @@
camera:labelList="@array/pref_camera_video_flashmode_labels"
camera:entryValues="@array/pref_camera_video_flashmode_entryvalues"/>
<IconListPreference
+ camera:key="pref_camera_exposure_key"
+ camera:defaultValue="@string/pref_exposure_default"
+ camera:title="@string/pref_exposure_title"
+ camera:singleIcon="@drawable/ic_exposure_holo_light" />
+ <IconListPreference
camera:key="pref_camera_whitebalance_key"
camera:defaultValue="@string/pref_camera_whitebalance_default"
camera:title="@string/pref_camera_whitebalance_title"