Minor padding improvements
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user