Merge pull request #9580 from pratyaksh1610/branch-8232
Moved player notification setting to notification section
This commit is contained in:
commit
58f5ec0181
|
@ -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