소스 검색

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"