change order of settings. move heads-up notifications up

This commit is contained in:
Daniel Gultsch 2017-06-25 16:00:07 +02:00
parent 14fd41cd7f
commit 6ec8e57fbb
1 changed files with 6 additions and 6 deletions

View File

@ -47,6 +47,12 @@
android:dependency="show_notification"
android:title="@string/pref_notifications_from_strangers"
android:summary="@string/pref_notifications_from_strangers_summary"/>
<CheckBoxPreference
android:defaultValue="@bool/headsup_notifications"
android:dependency="show_notification"
android:key="notification_headsup"
android:title="@string/pref_headsup_notifications"
android:summary="@string/pref_headsup_notifications_summary"/>
<CheckBoxPreference
android:defaultValue="true"
android:dependency="show_notification"
@ -66,12 +72,6 @@
android:ringtoneType="notification"
android:summary="@string/pref_sound_summary"
android:title="@string/pref_sound"/>
<CheckBoxPreference
android:defaultValue="@bool/headsup_notifications"
android:dependency="show_notification"
android:key="notification_headsup"
android:title="@string/pref_headsup_notifications"
android:summary="@string/pref_headsup_notifications_summary"/>
<PreferenceScreen
android:dependency="show_notification"
android:key="quiet_hours"