Remove outline from download queue items

(cherry picked from commit a34c2b082f34e8eb20685f21d2670a4bce2e8bb9)
This commit is contained in:
arkon 2021-11-15 09:50:53 -05:00 committed by Jobobby04
parent 7e3e21f1a0
commit c894f654de

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"