summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_notification_skip.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-09-25 15:24:23 +0200
committerByteHamster <info@bytehamster.com>2019-09-25 15:24:23 +0200
commit72d5c65c4f696b74dd7d217eb45bef5ad1bd619d (patch)
tree2dc0c14084cbc494bf2e01a316e27d3441efc2cd /core/src/main/res/drawable/ic_notification_skip.xml
parenta92123340da7a3f7286adfd8510c868fec030d4e (diff)
downloadAntennaPod-72d5c65c4f696b74dd7d217eb45bef5ad1bd619d.zip
Removed transparent notification button outline
Diffstat (limited to 'core/src/main/res/drawable/ic_notification_skip.xml')
-rw-r--r--core/src/main/res/drawable/ic_notification_skip.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_notification_skip.xml b/core/src/main/res/drawable/ic_notification_skip.xml
new file mode 100644
index 000000000..0c65448cc
--- /dev/null
+++ b/core/src/main/res/drawable/ic_notification_skip.xml
@@ -0,0 +1,5 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp" android:viewportHeight="24.0"
+ android:viewportWidth="24.0" android:width="24dp">
+ <path android:fillColor="#FFFFFFFF" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z"/>
+</vector>