From dcd5f1b6505da12970423246a84a90633422d5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Fri, 19 Jan 2024 18:19:51 +0900 Subject: [PATCH] =?UTF-8?q?Placeholder=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/debug/src/main/res/layout/list_item_debug_menu.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/debug/src/main/res/layout/list_item_debug_menu.xml b/feature/debug/src/main/res/layout/list_item_debug_menu.xml index 607fd4e6..eb345aef 100644 --- a/feature/debug/src/main/res/layout/list_item_debug_menu.xml +++ b/feature/debug/src/main/res/layout/list_item_debug_menu.xml @@ -11,6 +11,7 @@ android:layout_height="wrap_content" android:textSize="16sp" android:layout_marginEnd="8dp" + android:text="Placeholder Title" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -19,6 +20,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:textSize="14sp" + android:text="Placeholder Description" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/debug_menu_item_title" />