|
@@ -10,19 +10,19 @@
|
|
|
android:id="@+id/bookImage"
|
|
android:id="@+id/bookImage"
|
|
|
android:layout_width="40dp"
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
android:background="@drawable/rectangle_placeholder_background"
|
|
android:background="@drawable/rectangle_placeholder_background"
|
|
|
tools:ignore="ContentDescription" />
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
|
|
|
|
+ android:layout_marginStart="72dp"
|
|
|
android:layout_marginLeft="72dp"
|
|
android:layout_marginLeft="72dp"
|
|
|
|
|
+ android:layout_marginEnd="16dp"
|
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginRight="16dp"
|
|
|
- android:layout_marginStart="72dp"
|
|
|
|
|
|
|
+ android:layout_marginBottom="16dp"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -84,8 +84,8 @@
|
|
|
android:id="@+id/userImage"
|
|
android:id="@+id/userImage"
|
|
|
android:layout_width="32dp"
|
|
android:layout_width="32dp"
|
|
|
android:layout_height="32dp"
|
|
android:layout_height="32dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:src="@drawable/oval_placeholder_background"
|
|
android:src="@drawable/oval_placeholder_background"
|
|
|
tools:ignore="ContentDescription" />
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|