From 57c93abeefd7f900ae0ad2a1ba6b5d5b42f1c63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 12 Dec 2023 11:44:30 +0900 Subject: [PATCH] WIP Repository Debugger UI --- .../fragment_debug_repository_debugger.xml | 50 +++++++++++++++++-- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/feature/debug/src/main/res/layout/fragment_debug_repository_debugger.xml b/feature/debug/src/main/res/layout/fragment_debug_repository_debugger.xml index 8ab04912..768f700e 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_repository_debugger.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_repository_debugger.xml @@ -1,14 +1,56 @@ - - + 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 + + + + + + +