レイアウト作成WIP

This commit is contained in:
ろむねこ 2024-01-26 14:58:28 +09:00
parent b259f11529
commit 7ab5449b2d
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -7,9 +7,14 @@
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/tag_name_edit_text"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:layout_marginVertical="16dp"/>
<!-- todo: add color picker -->
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/tag_color_edit_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="16dp"/>
</LinearLayout>