Simplify layouts - [2/2]

This commit is contained in:
Rahul Patel
2024-07-20 04:16:05 +05:30
parent 496486fb37
commit 8c7bf1b9bc
14 changed files with 145 additions and 174 deletions

View File

@@ -22,9 +22,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingTop="@dimen/margin_xxsmall"
android:paddingBottom="@dimen/margin_xxsmall">
android:padding="@dimen/padding_xxsmall">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/img"
@@ -38,7 +36,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_normal"
android:layout_marginEnd="@dimen/margin_normal"
android:layout_toEndOf="@id/img"
android:textAppearance="@style/TextAppearance.Aurora.Line1"
tools:text="Title" />