From b097e8070aec8ceb42c0d02f61d0254a3e53869f Mon Sep 17 00:00:00 2001 From: nero Date: Mon, 18 Dec 2023 16:09:40 +0900 Subject: [PATCH] =?UTF-8?q?ListView=E3=81=8B=E3=82=89RecyclerView=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E3=81=88=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/fragment_library_top.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/feature/library/src/main/res/layout/fragment_library_top.xml b/feature/library/src/main/res/layout/fragment_library_top.xml index 63756349..dcb7edf9 100644 --- a/feature/library/src/main/res/layout/fragment_library_top.xml +++ b/feature/library/src/main/res/layout/fragment_library_top.xml @@ -19,10 +19,13 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"/> - + android:layout_height="0dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> \ No newline at end of file