aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-02-22 21:36:07 +0100
committerChristian Schneppe <christian@pix-art.de>2017-02-22 21:36:07 +0100
commit5665a1a0a5a32e3f66bddd22221f2957746c9511 (patch)
tree90a7a7b0cd0539cb4a55ada90796eb63daa07eeb /src/main/res/xml
parent20db67fd023dba5e3276609d98db187783afbcc3 (diff)
make max brightness in fullscreen configurable
fixes #105
Diffstat (limited to 'src/main/res/xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 05d4551fb..ac3ea1445 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -28,6 +28,11 @@
android:key="quick_action"
android:summary="@string/pref_quick_action_summary"
android:title="@string/pref_quick_action" />
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="use_max_brightness"
+ android:summary="@string/pref_use_max_brightness_summary"
+ android:title="@string/pref_use_max_brightness" />
</PreferenceScreen>
<!--Notifications-->
<PreferenceScreen