mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
11 lines
351 B
XML
11 lines
351 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24"
|
||
|
android:tint="?attr/colorControlNormal">
|
||
|
<path
|
||
|
android:fillColor="@android:color/white"
|
||
|
android:pathData="M20,9H4v2h16V9zM4,15h16v-2H4V15z"/>
|
||
|
</vector>
|