summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable
diff options
context:
space:
mode:
authorFarzan <farzan_khoobchehr@yahoo.com>2021-07-11 00:45:12 -0700
committerGitHub <noreply@github.com>2021-07-11 09:45:12 +0200
commitb4558efe4abe2b0b55963c4585bf413af72e2699 (patch)
tree2c882743a7f4b71e68dc85a498aea2eaf45ecccd /core/src/main/res/drawable
parent00bf2db0a454e5c0d6bbe62d468f97a6f8056127 (diff)
downloadAntennaPod-b4558efe4abe2b0b55963c4585bf413af72e2699.zip
Update download icon (#5184)
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r--core/src/main/res/drawable/ic_download.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/core/src/main/res/drawable/ic_download.xml b/core/src/main/res/drawable/ic_download.xml
index ebc50613f..84a723fa6 100644
--- a/core/src/main/res/drawable/ic_download.xml
+++ b/core/src/main/res/drawable/ic_download.xml
@@ -1,5 +1,9 @@
-<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="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"/>
+<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="M18,15v3H6v-3H4v3c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2v-3H18zM17,11l-1.41,-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5L17,11z"/>
</vector>