Add notification costumization settings menu
This commit is contained in:
parent
408e819d32
commit
71b32fe641
25 changed files with 774 additions and 290 deletions
|
|
@ -35,6 +35,12 @@
|
|||
android:icon="?attr/ic_language"
|
||||
android:title="@string/content"/>
|
||||
|
||||
<PreferenceScreen
|
||||
app:iconSpaceReserved="false"
|
||||
android:fragment="org.schabi.newpipe.settings.NotificationSettingsFragment"
|
||||
android:icon="?attr/ic_play_arrow"
|
||||
android:title="@string/settings_category_notification_title"/>
|
||||
|
||||
<PreferenceScreen
|
||||
app:iconSpaceReserved="false"
|
||||
android:fragment="org.schabi.newpipe.settings.UpdateSettingsFragment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue