36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/root_fragment"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
paddingTop="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/mf_onboarding_review_header"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017835"/>
|
|
<com.scb.phone.view.custom.ntb.CustomInformationPanel
|
|
id="@+id/panel_personal_info"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<com.scb.phone.view.custom.ntb.CustomInformationPanel
|
|
id="@+id/panel_investment_info"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<Button
|
|
id="@+id/btn_confirm"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/mf_onboarding_review_confirm"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|