Minor padding improvements

This commit is contained in:
Rahul Kumar Patel
2021-02-22 09:52:55 +05:30
parent e57c6863c3
commit 22ddd3c4fc
2 changed files with 4 additions and 4 deletions

View File

@@ -22,8 +22,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?selectableItemBackground" android:background="?selectableItemBackground"
android:paddingStart="@dimen/padding_normal" android:paddingStart="@dimen/padding_small"
android:paddingEnd="@dimen/padding_xxsmall"> android:paddingEnd="@dimen/padding_xsmall">
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img_icon" android:id="@+id/img_icon"

View File

@@ -28,8 +28,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingStart="@dimen/padding_normal" android:paddingStart="@dimen/padding_small"
android:paddingEnd="@dimen/padding_normal"> android:paddingEnd="@dimen/padding_xsmall">
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img_icon" android:id="@+id/img_icon"