Remove outline from download queue items

This commit is contained in:
arkon 2021-11-15 09:50:53 -05:00
parent ad49a02879
commit a34c2b082f

View File

@ -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"