From c9b8a880f35d56e4b62e2a58a23e7559f99a6e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Sun, 10 Dec 2023 22:59:57 +0900 Subject: [PATCH] SharedPrefEditor --- .../layout/fragment_debug_shared_pref_editor.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/feature/debug/src/main/res/layout/fragment_debug_shared_pref_editor.xml b/feature/debug/src/main/res/layout/fragment_debug_shared_pref_editor.xml index eac0de9f..05aa4f39 100644 --- a/feature/debug/src/main/res/layout/fragment_debug_shared_pref_editor.xml +++ b/feature/debug/src/main/res/layout/fragment_debug_shared_pref_editor.xml @@ -1,14 +1,16 @@ - + tools:context=".DebugSharedPrefEditorFragment" > - - - - \ No newline at end of file + 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