change order of settings. move heads-up notifications up
This commit is contained in:
parent
14fd41cd7f
commit
6ec8e57fbb
|
@ -47,6 +47,12 @@
|
||||||
android:dependency="show_notification"
|
android:dependency="show_notification"
|
||||||
android:title="@string/pref_notifications_from_strangers"
|
android:title="@string/pref_notifications_from_strangers"
|
||||||
android:summary="@string/pref_notifications_from_strangers_summary"/>
|
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
|
<CheckBoxPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:dependency="show_notification"
|
android:dependency="show_notification"
|
||||||
|
@ -66,12 +72,6 @@
|
||||||
android:ringtoneType="notification"
|
android:ringtoneType="notification"
|
||||||
android:summary="@string/pref_sound_summary"
|
android:summary="@string/pref_sound_summary"
|
||||||
android:title="@string/pref_sound"/>
|
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
|
<PreferenceScreen
|
||||||
android:dependency="show_notification"
|
android:dependency="show_notification"
|
||||||
android:key="quiet_hours"
|
android:key="quiet_hours"
|
||||||
|
|
Loading…
Reference in New Issue