diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2232ddafff0..11b78a1089b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -737,6 +737,10 @@ Playlist page Show thumbnail Use thumbnail for both lock screen background and notifications + Show title + Use title for both lock screen background and notifications + Show artist + Use artist for both lock screen background and notifications Recent Chapters No app on your device can open this diff --git a/app/src/main/res/xml/player_notification_settings.xml b/app/src/main/res/xml/player_notification_settings.xml index c272fc7661f..274833d8e92 100644 --- a/app/src/main/res/xml/player_notification_settings.xml +++ b/app/src/main/res/xml/player_notification_settings.xml @@ -26,6 +26,24 @@ android:summary="@string/show_thumbnail_summary" app:singleLineTitle="false" app:iconSpaceReserved="false" /> + + + + + +