From e87b00541825eef73ec5a6a4c330a4a567916955 Mon Sep 17 00:00:00 2001 From: kunfei Date: Wed, 4 Dec 2019 09:46:43 +0800 Subject: [PATCH] up --- app/src/main/res/layout/item_bookshelf_list.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_bookshelf_list.xml b/app/src/main/res/layout/item_bookshelf_list.xml index bbbecbfda..ce882085b 100644 --- a/app/src/main/res/layout/item_bookshelf_list.xml +++ b/app/src/main/res/layout/item_bookshelf_list.xml @@ -13,7 +13,9 @@ android:id="@+id/iv_cover" android:layout_width="60dp" android:layout_height="80dp" - android:layout_margin="8dp" + android:layout_marginStart="16dp" + android:layout_marginTop="12dp" + android:layout_marginBottom="8dp" android:contentDescription="@string/img_cover" android:scaleType="centerCrop" android:src="@drawable/image_cover_default" @@ -27,9 +29,9 @@ android:id="@+id/fl_has_new" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_margin="8dp" + android:layout_marginEnd="16dp" app:layout_constraintRight_toRightOf="parent" - app:layout_constraintTop_toTopOf="parent"> + app:layout_constraintTop_toTopOf="@+id/iv_cover"> + app:layout_constraintVertical_bias="0.0" + tools:layout_editor_absoluteX="0dp" />