瀏覽代碼

Remove outline from download queue items

arkon 3 年之前
父節點
當前提交
a34c2b082f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/src/main/res/layout/download_item.xml

+ 2 - 1
app/src/main/res/layout/download_item.xml

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