queue: update song appearance
Update the appearance of the queue song background to be more correct.
This commit is contained in:
parent
cdd8f07c7f
commit
8ed4ead4c8
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue