From e79d492af2dada81cb98b3731fa2f8508b3c1984 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sun, 19 Dec 2021 17:11:12 +0100 Subject: [PATCH] Changed the background color of the player --- .idea/misc.xml | 2 +- app/src/main/res/layout/item_player_queue_song.xml | 2 +- .../main/res/layout/player_body_bottom_sheet.xml | 14 ++++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e4441683..0a22cc8d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -108,7 +108,7 @@ - + diff --git a/app/src/main/res/layout/item_player_queue_song.xml b/app/src/main/res/layout/item_player_queue_song.xml index 9f4aa119..c79d5f3d 100644 --- a/app/src/main/res/layout/item_player_queue_song.xml +++ b/app/src/main/res/layout/item_player_queue_song.xml @@ -2,7 +2,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/cardColor" + android:background="@color/colorPrimary" android:clipChildren="false" android:foreground="?attr/selectableItemBackground" android:orientation="horizontal" diff --git a/app/src/main/res/layout/player_body_bottom_sheet.xml b/app/src/main/res/layout/player_body_bottom_sheet.xml index 66296842..b12c92b0 100644 --- a/app/src/main/res/layout/player_body_bottom_sheet.xml +++ b/app/src/main/res/layout/player_body_bottom_sheet.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@color/colorPrimary" android:clipChildren="false"> + app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toBottomOf="@+id/player_song_lyrics_label" />