Simplify layouts - [1/2]

This commit is contained in:
Rahul Patel
2024-07-20 03:39:24 +05:30
parent 37e50706e7
commit 496486fb37
20 changed files with 140 additions and 208 deletions

View File

@@ -19,6 +19,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:padding="@dimen/padding_xsmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
@@ -26,9 +27,7 @@
android:id="@+id/img_icon"
android:layout_width="@dimen/icon_size_cluster"
android:layout_height="@dimen/icon_size_cluster"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/padding_xsmall"
android:layout_marginEnd="@dimen/padding_xsmall" />
android:layout_centerHorizontal="true"/>
<TextView
android:id="@+id/txt_name"