mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ApplyTagListItem作成 仮
This commit is contained in:
parent
5e0310beb2
commit
33766fbe18
14
component/common/src/main/res/layout/apply_tag_list_item.xml
Normal file
14
component/common/src/main/res/layout/apply_tag_list_item.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user