From 8ed4ead4c8af82c25bc173e11fd4475bca4e516a Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Tue, 4 Oct 2022 10:25:36 -0600 Subject: [PATCH] queue: update song appearance Update the appearance of the queue song background to be more correct. --- app/src/main/res/layout/item_queue_song.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_queue_song.xml b/app/src/main/res/layout/item_queue_song.xml index 440ffcb0f..192ade48c 100644 --- a/app/src/main/res/layout/item_queue_song.xml +++ b/app/src/main/res/layout/item_queue_song.xml @@ -10,7 +10,7 @@ android:id="@+id/background" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimary" + android:background="?attr/colorError" android:visibility="invisible" /> + android:layout_marginEnd="@dimen/spacing_small" + app:tint="?attr/colorOnError" />