From 5931c3f9f45e893813230c5636d4b2177ce04cd1 Mon Sep 17 00:00:00 2001 From: gedoor Date: Thu, 6 Jan 2022 21:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_chapter_list.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_chapter_list.xml b/app/src/main/res/layout/item_chapter_list.xml index 285af05ba..0ff88dbdd 100644 --- a/app/src/main/res/layout/item_chapter_list.xml +++ b/app/src/main/res/layout/item_chapter_list.xml @@ -14,7 +14,8 @@ android:singleLine="true" app:layout_constraintTop_toTopOf="parent" app:layout_constraintLeft_toLeftOf="parent" - app:layout_constraintRight_toLeftOf="@+id/iv_checked" /> + app:layout_constraintRight_toLeftOf="@+id/iv_checked" + app:layout_constraintBottom_toBottomOf="parent" />