From da21849e5bc7f895f2b7f604b67468fd9fd1ce82 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Sun, 24 Oct 2021 16:21:20 +0530 Subject: [PATCH] Improve: Tab Textsize matches Body Fix: Padding in product item --- src/main/res/layout/product_item.xml | 2 +- src/main/res/values/styles.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/res/layout/product_item.xml b/src/main/res/layout/product_item.xml index ace8f390..b2642d22 100644 --- a/src/main/res/layout/product_item.xml +++ b/src/main/res/layout/product_item.xml @@ -4,7 +4,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="72dp" - android:paddingHorizontal="10dp" app:cardBackgroundColor="?android:attr/colorBackground" app:cardCornerRadius="@dimen/shape_large_corner" app:cardElevation="0dp" @@ -13,6 +12,7 @@ diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index f2f4e155..3ecd7216 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -84,6 +84,7 @@