summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDhruv Patidar <103873587+dhruvpatidar359@users.noreply.github.com>2022-08-14 15:52:01 +0530
committerGitHub <noreply@github.com>2022-08-14 12:22:01 +0200
commit8e994165e669af71800d822ecfa0a9b641f806d2 (patch)
treee30bdf114fcf8e07e48f7099c52f89b0c568fcff /core
parent440b20487b9c48ddc1e20ba008262689916e8eaa (diff)
downloadAntennaPod-8e994165e669af71800d822ecfa0a9b641f806d2.zip
Use downwards arrow icon to close player screen (#6012)
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/drawable/ic_arrow_down.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_arrow_down.xml b/core/src/main/res/drawable/ic_arrow_down.xml
new file mode 100644
index 000000000..187aa79c7
--- /dev/null
+++ b/core/src/main/res/drawable/ic_arrow_down.xml
@@ -0,0 +1,7 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportHeight="24"
+ android:viewportWidth="24">
+ <path android:fillColor="?attr/action_icon_color" android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
+</vector>