summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_notification_auto_download_complete.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-26 19:21:30 +0100
committerByteHamster <info@bytehamster.com>2020-03-26 19:24:27 +0100
commitc2909bf2690fef160ae702b2014fd3fa66297e37 (patch)
tree2efa06527ad06e363695a993beb074d90b7e7986 /core/src/main/res/drawable/ic_notification_auto_download_complete.xml
parent38c1b559e3d3a7714a4fd0b1fe41ed94a1bcd526 (diff)
downloadAntennaPod-c2909bf2690fef160ae702b2014fd3fa66297e37.zip
Updated sync icons
Diffstat (limited to 'core/src/main/res/drawable/ic_notification_auto_download_complete.xml')
-rw-r--r--core/src/main/res/drawable/ic_notification_auto_download_complete.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_notification_auto_download_complete.xml b/core/src/main/res/drawable/ic_notification_auto_download_complete.xml
new file mode 100644
index 000000000..0caf27836
--- /dev/null
+++ b/core/src/main/res/drawable/ic_notification_auto_download_complete.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:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM16.59,7.58L10,14.17l-2.59,-2.58L6,13l4,4 8,-8z"
+ android:fillColor="#ffffff"/>
+</vector>