summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
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>