From bbf050fb906c27b4584e85591c4c56d8b89e2428 Mon Sep 17 00:00:00 2001 From: 0nko Date: Thu, 6 Mar 2025 09:26:13 +0100 Subject: [PATCH] Revert "Fix the list item paddings" This reverts commit 25987d5e66336c64c81d4bcc4918f6782a9d044d. --- app/src/main/res/layout/item_tab_list.xml | 27 +++++++++++------------ 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/layout/item_tab_list.xml b/app/src/main/res/layout/item_tab_list.xml index 11b378da1d56..4d99b72386b7 100644 --- a/app/src/main/res/layout/item_tab_list.xml +++ b/app/src/main/res/layout/item_tab_list.xml @@ -18,17 +18,17 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginHorizontal="@dimen/keyline_2" - android:layout_marginVertical="6dp" - android:minHeight="@dimen/twoLineItemHeight" - app:cardCornerRadius="@dimen/smallShapeCornerRadius"> + app:cardCornerRadius="10dp" + android:layout_marginStart="7dp" + android:layout_marginTop="6dp" + android:layout_marginEnd="7dp" + android:layout_marginBottom="10dp"> + android:layout_height="match_parent" + android:padding="@dimen/twoLineItemVerticalPadding"> @@ -94,7 +94,6 @@ android:lines="1" android:textIsSelectable="false" android:textColor="?attr/daxColorSecondaryText" - android:layout_marginBottom="@dimen/keyline_2" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/title" app:layout_constraintStart_toStartOf="@id/title"