117 lines
3.9 KiB
XML
117 lines
3.9 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"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/iv_green_mark"
|
||
|
layout_width="46dp"
|
||
|
layout_height="46dp"
|
||
|
layout_marginTop="16dp"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x10="0.5"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@drawable/icon_green_tick"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_successful_title"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/juristic_request_form_successful_title"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/iv_green_mark"
|
||
|
style="@style/2132017937"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_sent_time"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/tv_successful_title"
|
||
|
style="@style/2132017666"/>
|
||
|
<View
|
||
|
id="@+id/v_separator"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/tv_sent_time"
|
||
|
style="@style/2132018229"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_successful_information_title"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/juristic_request_form_successful_information_title"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/v_separator"
|
||
|
style="@style/2132017665"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_sent_email"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/tv_successful_information_title"
|
||
|
style="@style/2132017879"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_successful_information_description"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/juristic_request_form_successful_information_description"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/tv_sent_email"
|
||
|
style="@style/2132017665"/>
|
||
|
<View
|
||
|
id="@+id/v_space"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
layout_marginTop="24dp"
|
||
|
NOT_FOUND_0xe="@+id/fl_back_to_home_button_container"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/tv_successful_information_description"/>
|
||
|
<FrameLayout
|
||
|
id="@+id/fl_back_to_home_button_container"
|
||
|
background="#f5f3f6"
|
||
|
paddingTop="24dp"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="@+id/v_space">
|
||
|
<Button
|
||
|
layout_gravity="center"
|
||
|
id="@+id/bt_back_to_home"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/juristic_request_form_successful_back_to_home_button"
|
||
|
style="@style/2132017839"/>
|
||
|
</FrameLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|