From a830bc73af55c433d3aa7d80ab7c4920a61d0f29 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Mon, 6 Dec 2021 18:02:23 +0530 Subject: [PATCH] Removed background of card in item_grid.xml --- app/src/main/res/layout/item_grid.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/item_grid.xml b/app/src/main/res/layout/item_grid.xml index e5a5f5e49..1457d7ed4 100644 --- a/app/src/main/res/layout/item_grid.xml +++ b/app/src/main/res/layout/item_grid.xml @@ -16,7 +16,6 @@ android:layout_width="0dp" android:layout_height="0dp" android:scaleType="centerCrop" - app:cardBackgroundColor="@color/transparent" app:cardCornerRadius="@dimen/m3_card_corner_radius" app:layout_constraintDimensionRatio="1:1" app:layout_constraintEnd_toEndOf="parent"