what-the-bank/resources/res/layout/2131559998.xml

25 lines
778 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<CheckBox
id="@+id/ckb_month"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="8dp"
buttonTint="@color/2131099711"
style="@style/2132017880"/>
<TextView
id="@+id/tv_month"
paddingBottom="12dp"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
contentDescription="checkbox"
layout_marginEnd="16dp"
labelFor="@+id/ckb_month"
style="@style/2132017665"/>
</LinearLayout>