From c5ba8e8feebc2acea2fe3a34f256655d39cd522c Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 17 Dec 2023 13:02:07 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=83=9E=E3=83=8D=E3=83=BC=E3=82=B8=E3=83=A3UI?= =?UTF-8?q?=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/fragment_document_manage_debug.xml | 43 +++++++++++-------- 1 file changed, 25 insertions(+), 18 deletions(-) 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