aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-06-25 19:12:06 +0200
committerChristian Schneppe <christian@pix-art.de>2017-06-25 19:12:06 +0200
commit6f632359349f22f0c642adef6b76b0d139629a18 (patch)
treeae10a39081a99e209870809dfb6807e9cc7a3972 /src/main/res/xml/preferences.xml
parent8d8b6779c9f42db3755299faf3b2cf0cb3520285 (diff)
Added preference to control Heads-up Notifications
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 4e8fcb412..877a9b05a 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -54,6 +54,12 @@
android:key="show_notification"
android:summary="@string/pref_notifications_summary"
android:title="@string/pref_notifications" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/headsup_notifications"
+ android:dependency="show_notification"
+ android:key="notification_headsup"
+ android:summary="@string/pref_headsup_notifications_summary"
+ android:title="@string/pref_headsup_notifications" />
<PreferenceScreen
android:dependency="show_notification"
android:key="quiet_hours"