94 lines
3.9 KiB
XML
94 lines
3.9 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"
|
|
fillViewport="true">
|
|
<FrameLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
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_0xe="@string/single_form_address_header_title"
|
|
NOT_FOUND_0xf="@drawable/ic_fund_address_header"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_single_form_address_info_id_card_address"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_id_card_address"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017851"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_single_form_address_info_current_address"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_current_address"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017851"/>
|
|
<TextView
|
|
id="@+id/tv_work_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_single_form_address_info_work_address"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_work_address"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017851"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/tv_email_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/single_form_omnibus_address_info_remark"
|
|
style="@style/2132017844"/>
|
|
<View
|
|
layout_width="wrap_content"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/next"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
style="@style/2132017576"/>
|
|
<Button
|
|
id="@+id/bt_return_to_home"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/return_to_home"
|
|
style="@style/2132017536"/>
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
</ScrollView>
|