ApplyTagListItem作成 仮

This commit is contained in:
r-ca 2024-01-28 23:56:26 +09:00
parent 5e0310beb2
commit 33766fbe18
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<CheckBox
android:id="@+id/checkBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="16sp"
android:layout_margin="16dp"
android:text="CheckBox" />
</LinearLayout>