Use playlist icon instead of chevron up in PlayerBottomSheet

This commit is contained in:
vfsfitvnm 2022-08-10 14:25:12 +02:00
parent 58b48dde86
commit 7ca6859063
3 changed files with 1 additions and 27 deletions

View file

@ -38,7 +38,7 @@ fun PlayerBottomSheet(
.fillMaxSize() .fillMaxSize()
) { ) {
Image( Image(
painter = painterResource(R.drawable.chevron_up), painter = painterResource(R.drawable.playlist),
contentDescription = null, contentDescription = null,
colorFilter = ColorFilter.tint(colorPalette.text), colorFilter = ColorFilter.tint(colorPalette.text),
modifier = Modifier modifier = Modifier

View file

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

View file

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