85 lines
3.5 KiB
XML
85 lines
3.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"
|
|
id="@+id/view_group_root"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/ll_layout_content"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="80dp"
|
|
layout_alignParentTop="true"
|
|
NOT_FOUND_0x12="0">
|
|
<ImageView
|
|
id="@+id/iv_icon"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
src="@drawable/failed"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/easycash_decline_ncb_result_title"
|
|
textAlignment="center"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
style="@style/2132017983"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
textAlignment="center"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
style="@style/2132017846"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_loan_information"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
textAlignment="center"
|
|
style="@style/2132017846"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true"
|
|
NOT_FOUND_0x11="0">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_hyper_link"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
text="@string/easycash_submitted_result_hyper_link"
|
|
textAlignment="center"
|
|
style="@style/2132017916"/>
|
|
<Button
|
|
id="@+id/bt_loan_status_tracking"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginLeft="16dp"
|
|
layout_marginRight="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/easycash_submitted_result_loan_status_tracking"
|
|
style="@style/2132017536"/>
|
|
<Button
|
|
id="@+id/bt_back"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginLeft="16dp"
|
|
layout_marginRight="16dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/easycash_submitted_result_back"
|
|
style="@style/2132017536"/>
|
|
</LinearLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|