summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_notifications.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-04-21 23:29:53 +0200
committerGitHub <noreply@github.com>2021-04-21 23:29:53 +0200
commitdaf6226483dccd168f25fee2d37ed2078e881504 (patch)
tree46d3f36677cdef72a06457a75bbab7ccc9fd5617 /core/src/main/res/drawable/ic_notifications.xml
parent2f166140061e437096f2769629255c9d89af3c2a (diff)
parent74c8dc9c144ca80453b64b8743aceebf4b6cb4cf (diff)
downloadAntennaPod-daf6226483dccd168f25fee2d37ed2078e881504.zip
Merge pull request #5116 from ByteHamster/vector-drawable-compat
Use VectorDrawable compat library
Diffstat (limited to 'core/src/main/res/drawable/ic_notifications.xml')
-rw-r--r--core/src/main/res/drawable/ic_notifications.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_notifications.xml b/core/src/main/res/drawable/ic_notifications.xml
new file mode 100644
index 000000000..927a72d4a
--- /dev/null
+++ b/core/src/main/res/drawable/ic_notifications.xml
@@ -0,0 +1,5 @@
+<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="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z"/>
+</vector>