summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable
diff options
context:
space:
mode:
authorueen <ueli.sarnighausen@online.de>2021-05-14 21:06:04 +0200
committerGitHub <noreply@github.com>2021-05-14 21:06:04 +0200
commit292c9bf15136f76fea8928ed7abb2b55fb316678 (patch)
tree144f3969825b2b910e6bc0640325942bb8ed969e /core/src/main/res/drawable
parentfb6bd0cbaa909b6067fedef1e8a108130841f3fe (diff)
downloadAntennaPod-292c9bf15136f76fea8928ed7abb2b55fb316678.zip
New media player screen (#5075)
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r--core/src/main/res/drawable/ic_bookmark.xml5
-rw-r--r--core/src/main/res/drawable/ic_chapter_next.xml9
-rw-r--r--core/src/main/res/drawable/ic_chapter_prev.xml9
3 files changed, 18 insertions, 5 deletions
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 @@
-<vector android:height="24dp"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="?attr/action_icon_color" android:pathData="M17,3H7c-1.1,0 -1.99,0.9 -1.99,2L5,21l7,-3 7,3V5c0,-1.1 -0.9,-2 -2,-2z"/>
-</vector>
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 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/action_icon_color"
+ android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6 -6,-6z"/>
+</vector>
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 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/action_icon_color"
+ android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z"/>
+</vector>