From 7ca6859063ea143b1317035ae4076e5da54a4e93 Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Wed, 10 Aug 2022 14:25:12 +0200 Subject: [PATCH] Use playlist icon instead of chevron up in PlayerBottomSheet --- .../vfsfitvnm/vimusic/ui/views/PlayerBottomSheet.kt | 2 +- app/src/main/res/drawable-up/chevron_up.xml | 13 ------------- app/src/main/res/drawable/chevron_up.xml | 13 ------------- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 app/src/main/res/drawable-up/chevron_up.xml delete mode 100644 app/src/main/res/drawable/chevron_up.xml diff --git a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/PlayerBottomSheet.kt b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/PlayerBottomSheet.kt index 238d948..5d4a91f 100644 --- a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/PlayerBottomSheet.kt +++ b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/PlayerBottomSheet.kt @@ -38,7 +38,7 @@ fun PlayerBottomSheet( .fillMaxSize() ) { Image( - painter = painterResource(R.drawable.chevron_up), + painter = painterResource(R.drawable.playlist), contentDescription = null, colorFilter = ColorFilter.tint(colorPalette.text), modifier = Modifier diff --git a/app/src/main/res/drawable-up/chevron_up.xml b/app/src/main/res/drawable-up/chevron_up.xml deleted file mode 100644 index cae48cc..0000000 --- a/app/src/main/res/drawable-up/chevron_up.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - diff --git a/app/src/main/res/drawable/chevron_up.xml b/app/src/main/res/drawable/chevron_up.xml deleted file mode 100644 index cae48cc..0000000 --- a/app/src/main/res/drawable/chevron_up.xml +++ /dev/null @@ -1,13 +0,0 @@ - - -