From c9a7b79b502ff2772527b357a5e2186aa8e1b345 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sat, 16 Dec 2023 21:05:09 +0900 Subject: [PATCH] WIP --- .../main/res/layout/row_item_debug_menu.xml | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/feature/debug/src/main/res/layout/row_item_debug_menu.xml b/feature/debug/src/main/res/layout/row_item_debug_menu.xml index 77d9ef65..c05e542d 100644 --- a/feature/debug/src/main/res/layout/row_item_debug_menu.xml +++ b/feature/debug/src/main/res/layout/row_item_debug_menu.xml @@ -1,6 +1,28 @@ - + android:layout_height="match_parent" + android:orientation="vertical"> - \ No newline at end of file + + + + + + + + + \ No newline at end of file