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

39 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView 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"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/auto_single_form_review_header"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017875"/>
<com.scb.phone.view.custom.SingleFormCustomInformationPanel
id="@+id/sf_cip_personal_info"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xb="@string/auto_single_form_review_personal_information_title"/>
<com.scb.phone.view.custom.SingleFormCustomInformationPanel
id="@+id/sf_cip_investment_info"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xb="@string/auto_single_form_review_investment_information_title"/>
<Button
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/auto_single_form_review_confirm_button"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>