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" />