diff --git a/feature/debug/src/main/res/layout/fragment_document_manage_debug.xml b/feature/debug/src/main/res/layout/fragment_document_manage_debug.xml index b684a33f..a7437ad9 100644 --- a/feature/debug/src/main/res/layout/fragment_document_manage_debug.xml +++ b/feature/debug/src/main/res/layout/fragment_document_manage_debug.xml @@ -1,27 +1,34 @@ - + android:layout_height="match_parent" + android:theme="@style/Theme.Material3.DayNight.NoActionBar"> - + android:layout_height="?attr/actionBarSize" + android:elevation="10dp" + tools:title="Document Manage" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - + + + android:layout_height="wrap_content" + android:orientation="vertical" /> + - - - \ No newline at end of file + \ No newline at end of file