51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/view_group_root"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
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">
|
|
<ImageView
|
|
id="@+id/iv_failed"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
src="@drawable/failed"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_failed_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/easycash_decline_ncb_result_title"
|
|
textAlignment="center"
|
|
style="@style/2132017983"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_failed_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
textAlignment="center"
|
|
style="@style/2132017846"/>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/bt_back"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginLeft="16dp"
|
|
layout_marginRight="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/easycash_decline_ncb_result_back"
|
|
layout_alignParentBottom="true"
|
|
style="@style/2132017536"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|