|
|
@@ -9,6 +9,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:background="@drawable/rectangle_placeholder_background"
|
|
|
tools:ignore="ContentDescription" />
|
|
|
@@ -18,6 +19,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="16dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
+ android:layout_marginLeft="72dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
android:layout_marginStart="72dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
@@ -80,6 +83,7 @@
|
|
|
android:id="@+id/userSmallAvatar"
|
|
|
android:layout_width="32dp"
|
|
|
android:layout_height="32dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:layout_marginStart="8dp"
|
|
|
android:src="@drawable/oval_placeholder_background"
|
|
|
tools:ignore="ContentDescription" />
|