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

31 lines
1.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<CheckBox
id="@+id/ckb_card_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
paddingStart="8dp"
buttonTint="@color/2131099712"
style="@style/2132017876"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/divider"
style="@style/2132018230"/>
<View
id="@+id/full_divider"
visibility="gone"
style="@style/2132018228"/>
</RelativeLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>