From b099ec1a4112fcf573a44c06704e773c4a5887ce Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 17 Dec 2023 15:32:25 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../debug/src/main/res/layout/fragment_debug_menu_container.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml b/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml index c20502f0..bbfe2529 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_menu_container.xml @@ -27,7 +27,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" + app:layout_constraintTop_toBottomOf="@+id/debug_menu_top_toolbar" app:navGraph="@navigation/feature_debug_internal_navigation" /> \ No newline at end of file