From 33ea9b7eea14793c118065e8c927df0a97f9b52f Mon Sep 17 00:00:00 2001 From: LooKeR Date: Sun, 24 Oct 2021 14:18:45 +0530 Subject: [PATCH] Improve: More corner rounding Edge to edge cardview with padding --- src/main/res/layout/product_item.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/res/layout/product_item.xml b/src/main/res/layout/product_item.xml index ce459d4c..ace8f390 100644 --- a/src/main/res/layout/product_item.xml +++ b/src/main/res/layout/product_item.xml @@ -4,9 +4,9 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="72dp" - android:layout_marginHorizontal="10dp" + android:paddingHorizontal="10dp" app:cardBackgroundColor="?android:attr/colorBackground" - app:cardCornerRadius="@dimen/shape_medium_corner" + app:cardCornerRadius="@dimen/shape_large_corner" app:cardElevation="0dp" app:strokeWidth="0dp"> @@ -66,4 +66,4 @@ - \ No newline at end of file +