36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
paddingBottom="16dp"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.investment.scbs.open.PersonalInfoItemCustomView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
id="@+id/footer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/personal_info_footer_info"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017923"/>
|
|
<Button
|
|
textSize="24sp"
|
|
id="@+id/button_next"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="16dp"
|
|
text="@string/personal_info_next_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|