summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-14 06:21:58 +0300
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commitfb0a2f7f5c459240394a5e283715a289c06a84c5 (patch)
tree004d82625fb7b6d94ce02144eb2d405962e3e7ea /res/xml/video_preferences.xml
parent65f2f3551a2df10d1671f95474d34660af20af46 (diff)
downloadandroid_packages_apps_Snap-fb0a2f7f5c459240394a5e283715a289c06a84c5.tar.gz
android_packages_apps_Snap-fb0a2f7f5c459240394a5e283715a289c06a84c5.tar.bz2
android_packages_apps_Snap-fb0a2f7f5c459240394a5e283715a289c06a84c5.zip
Camera2: Add option to set max screen brightness
* Set maximum screen brightness while the user is inside the camera app Change-Id: I8b16ba47a933bc7d6b0c1cd62bfd6ca54875ce1e
Diffstat (limited to 'res/xml/video_preferences.xml')
-rwxr-xr-xres/xml/video_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 151a4f94b..6157dde3b 100755
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -196,4 +196,11 @@
camera:title="@string/pref_camera_power_shutter_title"
camera:entries="@array/pref_switch_entries"
camera:entryValues="@array/pref_switch_entryvalues" />
+ <IconListPreference
+ camera:key="pref_max_brightness"
+ camera:defaultValue="@string/pref_camera_max_brightness_default"
+ camera:title="@string/pref_camera_max_brightness_title"
+ camera:singleIcon="@drawable/ic_settings_bright_screen"
+ camera:entries="@array/pref_switch_entries"
+ camera:entryValues="@array/pref_switch_entryvalues" />
</PreferenceGroup>