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

22 lines
807 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="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/text_header"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"/>
<androidx.appcompat.widget.AppCompatCheckBox
id="@+id/checkbox_e_statement"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/easycash_feature_account_e_statement_accept_label"
drawablePadding="16dp"
style="@style/2132017674"/>
</LinearLayout>