Tweak bottom bar in CurrentPlaylistView

This commit is contained in:
vfsfitvnm
2022-08-10 15:22:47 +02:00
parent 7fcea06937
commit e929d3b219
2 changed files with 29 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M112,184l144,144l144,-144"
android:strokeLineJoin="round"
android:strokeWidth="48"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
</vector>