mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
11 lines
409 B
XML
11 lines
409 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:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
|
||
|
<path
|
||
|
android:fillColor="@color/md_white_1000"
|
||
|
android:pathData="M6 6h2v12H6V6zm3.5 6l8.5 6V6l-8.5 6z" />
|
||
|
</vector>
|