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"