Remove outline from download queue items
(cherry picked from commit a34c2b082f34e8eb20685f21d2670a4bce2e8bb9)
This commit is contained in:
parent
7e3e21f1a0
commit
c894f654de
@ -7,7 +7,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
app:cardBackgroundColor="?android:attr/colorBackground"
|
||||
app:cardElevation="0dp"
|
||||
app:cardForegroundColor="@color/draggable_card_foreground">
|
||||
app:cardForegroundColor="@color/draggable_card_foreground"
|
||||
app:strokeWidth="0dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user