117 lines
4.1 KiB
XML
117 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
background="#ffffff"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
NOT_FOUND_0x11="@+id/sp_bottom"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"/>
|
|
<ImageView
|
|
id="@+id/iv_icon"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/ic_check_circle_black_48dp"
|
|
tint="#06bf59"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"/>
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/ndid_service_unregister_success_title"
|
|
textAlignment="center"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/iv_icon"
|
|
style="@style/2132017937"/>
|
|
<TextView
|
|
id="@+id/tv_date_time"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
textAlignment="center"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/tv_title"
|
|
style="@style/2132017684"/>
|
|
<View
|
|
id="@+id/vw_separator"
|
|
layout_width="0dp"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x14="@+id/tv_date_time"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
id="@+id/tv_description_one"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/ndid_service_unregister_success_description_one"
|
|
textAlignment="center"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/vw_separator"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_description_two"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/ndid_service_unregister_success_description_two"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/tv_description_one"
|
|
style="@style/2132017836"/>
|
|
<androidx.legacy.widget.Space
|
|
id="@+id/sp_bottom"
|
|
layout_width="wrap_content"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0x14="@+id/tv_description_two"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<LinearLayout
|
|
layout_gravity="center_horizontal"
|
|
orientation="vertical"
|
|
id="@+id/ll_button"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true">
|
|
<Button
|
|
gravity="center"
|
|
id="@+id/bt_done"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/done"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
<Button
|
|
gravity="center"
|
|
id="@+id/bt_return_home"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/ntb_fillinformation_review_info_return_home"
|
|
style="@style/2132017839"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|