mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
12 lines
590 B
XML
12 lines
590 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="@dimen/icon_notification_dimen"
|
||
|
android:height="@dimen/icon_notification_dimen"
|
||
|
android:viewportHeight="24"
|
||
|
android:viewportWidth="24">
|
||
|
|
||
|
<path android:pathData="M0,0h24v24H0V0z" />
|
||
|
<path
|
||
|
android:fillColor="@color/md_white_1000"
|
||
|
android:pathData="M8,19L8,19c1.1,0,2-0.9,2-2V7c0-1.1-0.9-2-2-2h0C6.9,5,6,5.9,6,7v10C6,18.1,6.9,19,8,19z M14,7v10c0,1.1,0.9,2,2,2h0 c1.1,0,2-0.9,2-2V7c0-1.1-0.9-2-2-2h0C14.9,5,14,5.9,14,7z" />
|
||
|
</vector>
|