118 lines
4.5 KiB
XML
118 lines
4.5 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="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_root_view_successful"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_view_header"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0">
|
||
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
id="@+id/iv_status_success_image"
|
||
|
layout_width="40dp"
|
||
|
layout_height="40dp"
|
||
|
layout_marginTop="24dp"
|
||
|
src="@drawable/ic_check_circle_black_48dp"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x16="@color/2131099851"/>
|
||
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
id="@+id/iv_status_error_image"
|
||
|
visibility="gone"
|
||
|
layout_width="40dp"
|
||
|
layout_height="40dp"
|
||
|
layout_marginTop="24dp"
|
||
|
src="@drawable/ic_cross_circle"
|
||
|
tint="#f05f61"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_success_title"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
text="@string/dj_loan_offering_success_header"
|
||
|
textAlignment="center"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@+id/iv_status_success_image"
|
||
|
style="@style/2132017937"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_error_title"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
text="@string/dj_loan_offering_error_header"
|
||
|
textAlignment="center"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@+id/iv_status_error_image"
|
||
|
style="@style/2132017983"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<TextView
|
||
|
id="@+id/tv_date_time"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@+id/cl_view_header"
|
||
|
style="@style/2132017664"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_tv_message"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="@+id/cl_root_view_successful">
|
||
|
<TextView
|
||
|
id="@+id/tv_message"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017923"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
layout_gravity="center_horizontal"
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x11="0"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0">
|
||
|
<Button
|
||
|
gravity="center"
|
||
|
id="@+id/bt_loan_offering"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/dj_loan_offering_button"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|