77 lines
3.1 KiB
XML
77 lines
3.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.investment.onboarding.CustomImageTitleHeader
|
||
|
id="@+id/custom_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xf="@string/etb_review_info_title"
|
||
|
layout="@layout/2131559039"/>
|
||
|
<com.scb.phone.view.custom.CustomInformationList
|
||
|
id="@+id/custom_information_list_account_information"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x10="@string/etb_review_info_account_information_header"
|
||
|
layout="@layout/2131559049"/>
|
||
|
<com.scb.phone.view.custom.CustomInformationList
|
||
|
id="@+id/custom_information_list_opening_deposit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x10="@string/etb_review_info_opening_deposit_header"
|
||
|
layout="@layout/2131559049"/>
|
||
|
<com.scb.phone.view.custom.CustomInformationList
|
||
|
id="@+id/custom_information_list_monthly_deduction"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x10="@string/etb_review_info_monthly_deduction_header"
|
||
|
layout="@layout/2131559049"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center_horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/etb_review_info_tc_1"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center_horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/etb_review_info_tc_2"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<androidx.legacy.widget.Space
|
||
|
id="@+id/space"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/btn_confirm"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/confirm"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|