From 292c9bf15136f76fea8928ed7abb2b55fb316678 Mon Sep 17 00:00:00 2001 From: ueen Date: Fri, 14 May 2021 21:06:04 +0200 Subject: New media player screen (#5075) Co-authored-by: jonasburian Co-authored-by: ByteHamster --- core/src/main/res/drawable/ic_bookmark.xml | 5 ----- core/src/main/res/drawable/ic_chapter_next.xml | 9 +++++++++ core/src/main/res/drawable/ic_chapter_prev.xml | 9 +++++++++ core/src/main/res/values/strings.xml | 6 +++--- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 core/src/main/res/drawable/ic_bookmark.xml create mode 100644 core/src/main/res/drawable/ic_chapter_next.xml create mode 100644 core/src/main/res/drawable/ic_chapter_prev.xml (limited to 'core/src') diff --git a/core/src/main/res/drawable/ic_bookmark.xml b/core/src/main/res/drawable/ic_bookmark.xml deleted file mode 100644 index d599b13a9..000000000 --- a/core/src/main/res/drawable/ic_bookmark.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/core/src/main/res/drawable/ic_chapter_next.xml b/core/src/main/res/drawable/ic_chapter_next.xml new file mode 100644 index 000000000..bcf38aeb6 --- /dev/null +++ b/core/src/main/res/drawable/ic_chapter_next.xml @@ -0,0 +1,9 @@ + + + diff --git a/core/src/main/res/drawable/ic_chapter_prev.xml b/core/src/main/res/drawable/ic_chapter_prev.xml new file mode 100644 index 000000000..f01b30364 --- /dev/null +++ b/core/src/main/res/drawable/ic_chapter_prev.xml @@ -0,0 +1,9 @@ + + + diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 7da4cf39c..48f7f7c69 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -87,7 +87,6 @@ URL Support Support this Podcast - Cover Error An error occurred: Refresh @@ -96,6 +95,7 @@ Duration: %1$s Description Shownotes + swipe up to read shownotes \u0020episodes Processing Close @@ -342,8 +342,6 @@ When new episodes arrive, they will be shown here. No favorite episodes You can add episodes to the favorites by long-pressing them. - No chapters - This episode has no chapters. No subscriptions To subscribe to a podcast, press the plus icon below. @@ -681,6 +679,8 @@ Position: %1$s Apply action Play chapter + Previous chapter + Next chapter Authentication -- cgit v1.2.3