diff options
author | Connectety <connectetyGit@yandex.com> | 2021-01-22 17:27:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 17:27:46 +0100 |
commit | 03c71ee6c52820317b6cc2fdff10ebc624360507 (patch) | |
tree | 883d86be14e3df4405ffc1fe89e5c5b363eb9793 /core/src/main/res/drawable | |
parent | 7bd20ae40619a1f3b3fb84eb27bc87b2f93d8b5d (diff) | |
download | AntennaPod-03c71ee6c52820317b6cc2fdff10ebc624360507.zip |
Add Notifications for episodes (#4646)
Co-authored-by: ByteHamster <info@bytehamster.com>
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_notification_auto_download_complete.xml | 9 |
1 files changed, 0 insertions, 9 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 deleted file mode 100644 index 0caf27836..000000000 --- a/core/src/main/res/drawable/ic_notification_auto_download_complete.xml +++ /dev/null @@ -1,9 +0,0 @@ -<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> |