diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-08-30 13:09:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 13:09:51 +0200 |
commit | f263ca8cd73bb5c4e26cfb9c6cd77e07daa086c1 (patch) | |
tree | f4984e62520d68d84b850a7ee2c8d58b39457686 /core/src/main/res/drawable | |
parent | b0f97fdd898efc5f946db026ea5d05d092cb05e0 (diff) | |
parent | 5521a7a4e1f81c09250c8333176290d52b491138 (diff) | |
download | AntennaPod-f263ca8cd73bb5c4e26cfb9c6cd77e07daa086c1.zip |
Merge pull request #3347 from ByteHamster/remove-notification
Playback service notification improvements
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_stream_white.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_stream_white.xml b/core/src/main/res/drawable/ic_stream_white.xml new file mode 100644 index 000000000..3c59bbad7 --- /dev/null +++ b/core/src/main/res/drawable/ic_stream_white.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,5c-3.87,0 -7,3.13 -7,7h2c0,-2.76 2.24,-5 5,-5s5,2.24 5,5h2c0,-3.87 -3.13,-7 -7,-7zM13,14.29c0.88,-0.39 1.5,-1.26 1.5,-2.29 0,-1.38 -1.12,-2.5 -2.5,-2.5S9.5,10.62 9.5,12c0,1.02 0.62,1.9 1.5,2.29v3.3L7.59,21 9,22.41l3,-3 3,3L16.41,21 13,17.59v-3.3zM12,1C5.93,1 1,5.93 1,12h2c0,-4.97 4.03,-9 9,-9s9,4.03 9,9h2c0,-6.07 -4.93,-11 -11,-11z"/> +</vector> |