Added play next button in bottom_sheet_header

This commit is contained in:
CappielloAntonio 2021-04-17 22:35:27 +02:00
parent 032250b296
commit 821ab6149b
3 changed files with 35 additions and 5 deletions

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/titleTextColor"
android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z"/>
</vector>