Housekeeping [2/n]

This commit is contained in:
Rahul Kumar Patel
2021-02-22 00:54:29 +05:30
parent 31bacc687f
commit 359af9e6e8
2 changed files with 7 additions and 5 deletions

View File

@@ -21,8 +21,10 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minWidth="72dp" android:paddingStart="@dimen/padding_normal"
android:padding="@dimen/padding_small"> android:paddingEnd="@dimen/padding_normal"
android:paddingTop="@dimen/padding_xsmall"
android:paddingBottom="@dimen/padding_xsmall">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -22,15 +22,15 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="@dimen/padding_xsmall"> android:paddingStart="@dimen/padding_small"
android:paddingEnd="@dimen/padding_small">
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img" android:id="@+id/img"
android:layout_width="@dimen/icon_size_default" android:layout_width="@dimen/icon_size_default"
android:layout_height="@dimen/icon_size_default" android:layout_height="@dimen/icon_size_default"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:padding="@dimen/padding_xxsmall" android:padding="@dimen/padding_xxsmall" />
app:tint="?android:textColorPrimary" />
<TextView <TextView
android:id="@+id/line1" android:id="@+id/line1"