115 lines
5.1 KiB
XML
115 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout 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">
|
|
<include layout="@layout/2131559376"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/text_address_title"
|
|
background="#f5f3f6"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_change_mailing_address_new_address_header_en"
|
|
textAllCaps="true"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<include layout="@layout/2131559269"/>
|
|
<include layout="@layout/2131559272"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_typeOfAddress"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/province_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_change_mailing_address_new_address_type_label"
|
|
lines="1"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/mandatory_symbol"
|
|
visibility="visible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/mandatory_symbol"
|
|
layout_toEndOf="@+id/province_title"
|
|
style="@style/2132017982"/>
|
|
</RelativeLayout>
|
|
<RadioGroup
|
|
orientation="vertical"
|
|
id="@+id/holding_radio_group"
|
|
paddingTop="9dp"
|
|
paddingBottom="18dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp">
|
|
<RadioButton
|
|
id="@+id/work_address_radio_button"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_change_mailing_address_new_address_type_work"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017923"/>
|
|
<RadioButton
|
|
id="@+id/home_address_radio_button"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_change_mailing_address_new_address_type_home"
|
|
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
|
|
style="@style/2132017923"/>
|
|
</RadioGroup>
|
|
</LinearLayout>
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
enabled="false"
|
|
id="@+id/next_button"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/auto_change_mailing_address_new_address_bottom_button_en"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
enabled="false"
|
|
id="@+id/confirm_button"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/auto_change_mailing_address_new_address_review_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|