64 lines
2.5 KiB
XML
64 lines
2.5 KiB
XML
<?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">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RadioButton
|
|
id="@+id/radio_button"
|
|
clickable="true"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
checked="false"
|
|
layout_marginStart="16dp"/>
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/receive_statement_email"
|
|
layout_weight="1"
|
|
contentDescription="checkbox"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
textSize="18sp"
|
|
id="@+id/tv_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/receive_statement_email_remark"
|
|
paddingStart="55dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017666"/>
|
|
</LinearLayout>
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
id="@+id/divider"
|
|
style="@style/2132018230"/>
|
|
<View
|
|
id="@+id/full_divider"
|
|
style="@style/2132018228"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|