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