queue: update song appearance

Update the appearance of the queue song background to be more correct.
This commit is contained in:
Alexander Capehart 2022-10-04 10:25:36 -06:00
parent cdd8f07c7f
commit 8ed4ead4c8
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -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" />
<ImageView
@ -20,7 +20,8 @@
android:contentDescription="@string/desc_clear_queue_item"
android:padding="@dimen/spacing_medium"
android:src="@drawable/ic_delete_24"
app:tint="?attr/colorSurface" />
android:layout_marginEnd="@dimen/spacing_small"
app:tint="?attr/colorOnError" />
<FrameLayout
android:id="@+id/body"