102 lines
4.3 KiB
XML
102 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ScrollView
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
NOT_FOUND_0xe="@+id/btn_next"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x11="0">
|
|
<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.common.ThaiTextView
|
|
id="@+id/tv_new_address_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_change_mailing_address_review_new_address_title"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017871"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_new_address_usage"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_new_address_content"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_related_account_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_change_mailing_address_review_related_title"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017871"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_related_account_content"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<View style="@style/2132018228"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp">
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_change_mailing_address_remark_title"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017871"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_remarks"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/btn_next"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/auto_change_mailing_address_review_bottom_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="0"
|
|
style="@style/2132017576"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|