diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-09-20 22:49:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 22:49:59 +0200 |
commit | 4777d2df88ef0ae0add31a76f894922ffdd092e0 (patch) | |
tree | 3911a1cff0affb7996111c2d2a788fb3cf8127e7 /core/src/main/res/drawable | |
parent | c9a71b943d21c4a6dd369a2336612b5453a9fd28 (diff) | |
parent | 3a150bdb638782d88e4e3bcfdf13fec14aa5515e (diff) | |
download | AntennaPod-4777d2df88ef0ae0add31a76f894922ffdd092e0.zip |
Merge pull request #3423 from ByteHamster/notification-icon-key
Updated key notification icon
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_notification_key.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_notification_key.xml b/core/src/main/res/drawable/ic_notification_key.xml new file mode 100644 index 000000000..b1e2f9b8c --- /dev/null +++ b/core/src/main/res/drawable/ic_notification_key.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="#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> |