Move player notification settings into appearance section
This commit is contained in:
parent
51d972eeb9
commit
42e9369df5
7 changed files with 23 additions and 19 deletions
|
|
@ -57,4 +57,11 @@
|
|||
android:title="@string/tablet_mode_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.schabi.newpipe.settings.NotificationSettingsFragment"
|
||||
android:summary="@string/settings_category_notification_summary"
|
||||
android:title="@string/settings_category_notification_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue