mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 20:05:09 +01:00
Remove outline from download queue items
This commit is contained in:
parent
ad49a02879
commit
a34c2b082f
@ -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…
Reference in New Issue
Block a user