summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_notification_key.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_key.xml
parenta92123340da7a3f7286adfd8510c868fec030d4e (diff)
downloadAntennaPod-72d5c65c4f696b74dd7d217eb45bef5ad1bd619d.zip
Removed transparent notification button outline
Diffstat (limited to 'core/src/main/res/drawable/ic_notification_key.xml')
-rw-r--r--core/src/main/res/drawable/ic_notification_key.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/src/main/res/drawable/ic_notification_key.xml b/core/src/main/res/drawable/ic_notification_key.xml
index b1e2f9b8c..c8a817eeb 100644
--- a/core/src/main/res/drawable/ic_notification_key.xml
+++ b/core/src/main/res/drawable/ic_notification_key.xml
@@ -1,5 +1,6 @@
-<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="#FFFFFFFF" android:pathData="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2.69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/>
+<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="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2.69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/>
</vector>