mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-06 01:56:24 +00:00
moved player notification to notification section
This commit is contained in:
parent
5e7ad6ffd1
commit
e42c9abdde
@ -23,14 +23,6 @@
|
|||||||
app:singleLineTitle="false"
|
app:singleLineTitle="false"
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
|
|
||||||
<PreferenceScreen
|
|
||||||
android:key="@string/player_notification_screen_key"
|
|
||||||
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
|
|
||||||
android:summary="@string/settings_category_player_notification_summary"
|
|
||||||
android:title="@string/settings_category_player_notification_title"
|
|
||||||
app:singleLineTitle="false"
|
|
||||||
app:iconSpaceReserved="false" />
|
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/show_hold_to_append_key"
|
android:key="@string/show_hold_to_append_key"
|
||||||
|
@ -4,6 +4,14 @@
|
|||||||
android:key="general_preferences"
|
android:key="general_preferences"
|
||||||
android:title="@string/notifications">
|
android:title="@string/notifications">
|
||||||
|
|
||||||
|
<PreferenceScreen
|
||||||
|
android:key="@string/player_notification_screen_key"
|
||||||
|
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
|
||||||
|
android:summary="@string/settings_category_player_notification_summary"
|
||||||
|
android:title="@string/settings_category_player_notification_title"
|
||||||
|
app:singleLineTitle="false"
|
||||||
|
app:iconSpaceReserved="false" />
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="@string/enable_streams_notifications"
|
android:key="@string/enable_streams_notifications"
|
||||||
|
Loading…
Reference in New Issue
Block a user