90 lines
3.1 KiB
XML
90 lines
3.1 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"
|
|
id="@+id/justforyouspendingcategorydetail"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<Button
|
|
id="@+id/btn_done"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/auto_change_mailing_address_confirmation_bottom_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"
|
|
style="@style/2132017576"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/linear_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
elevation="9dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0">
|
|
<ImageView
|
|
id="@+id/iv_green_mark"
|
|
layout_width="43dp"
|
|
layout_height="43dp"
|
|
layout_marginTop="16dp"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0.5"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0"
|
|
NOT_FOUND_0x18="@drawable/icon_green_tick"/>
|
|
<TextView
|
|
id="@+id/tv_successful_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/auto_change_mailing_address_confirmation_content_request"
|
|
textAlignment="center"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/iv_green_mark"
|
|
style="@style/2132017937"/>
|
|
<TextView
|
|
id="@+id/tv_successful_time"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
textAlignment="center"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017666"/>
|
|
<TextView
|
|
id="@+id/tv_successful_ref"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
textAlignment="center"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017666"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/tv_successful_information_title"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/auto_change_mailing_address_confirmation_content_detail"
|
|
textAlignment="center"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
NOT_FOUND_0x11="@+id/btn_done"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/linear_layout"
|
|
NOT_FOUND_0x17="0"
|
|
style="@style/2132017664"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|