From 56eecb45e45c91969cdfb849a144d9f1c70bd19f Mon Sep 17 00:00:00 2001 From: r-ca Date: Mon, 18 Dec 2023 01:45:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E5=AE=9F=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...agment_debug_menu_document_tester_list.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/feature/debug/src/main/res/layout/fragment_debug_menu_document_tester_list.xml b/feature/debug/src/main/res/layout/fragment_debug_menu_document_tester_list.xml index 71177a9a..65642307 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_menu_document_tester_list.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_menu_document_tester_list.xml @@ -1,14 +1,17 @@ - + tools:context=".DebugMenuDocumentTesterListFragment" > - - - - \ No newline at end of file + 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