summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_arrow_down.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 11:23:33 +0100
committerGitHub <noreply@github.com>2024-03-29 11:23:33 +0100
commit5ede21d676af8d879ec8f5d695255ccbf4398e76 (patch)
treee4f23895d32ff6946b57887880b084a6759bc5dc /ui/common/src/main/res/drawable/ic_arrow_down.xml
parent13a985ca1e6fae65682c97ee523dec96b2fdeedf (diff)
downloadAntennaPod-5ede21d676af8d879ec8f5d695255ccbf4398e76.zip
Remove dependency of :net:discovery and :ui:echo on :core (#7036)
Moves the common icon files to :ui:common
Diffstat (limited to 'ui/common/src/main/res/drawable/ic_arrow_down.xml')
-rw-r--r--ui/common/src/main/res/drawable/ic_arrow_down.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/common/src/main/res/drawable/ic_arrow_down.xml b/ui/common/src/main/res/drawable/ic_arrow_down.xml
new file mode 100644
index 000000000..187aa79c7
--- /dev/null
+++ b/ui/common/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>