レイアウト修正

This commit is contained in:
ろむねこ 2024-01-25 13:40:01 +09:00
parent 6cff3dd6b4
commit 87054f1b83
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -28,7 +28,7 @@
<TextView
android:id="@+id/item_title"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="16sp"
android:layout_marginEnd="8dp"
@ -39,7 +39,7 @@
<TextView
android:id="@+id/item_description"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="14sp"
android:text="Placeholder Description"