Fix incorrect list margin & padding

This commit is contained in:
Rahul Patel
2024-08-10 01:08:01 +05:30
committed by Aayush Gupta
parent 71aabe8509
commit cae361bd8f
3 changed files with 14 additions and 8 deletions

View File

@@ -22,7 +22,9 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="@dimen/padding_normal"
android:paddingEnd="@dimen/padding_small">
android:paddingTop="@dimen/padding_xsmall"
android:paddingEnd="@dimen/padding_small"
android:paddingBottom="@dimen/padding_xsmall">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img_icon"