67 lines
2.4 KiB
XML
67 lines
2.4 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">
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="80dp"
|
|
layout_alignParentTop="true">
|
|
<ImageView
|
|
id="@+id/iv_success"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
src="@drawable/success"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_success_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/easycash_success_result_title"
|
|
textAlignment="center"
|
|
style="@style/2132017938"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_success_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
textAlignment="center"
|
|
layout_marginHorizontal="@dimen/2131165444"
|
|
style="@style/2132017846"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_time_stamp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
textAlignment="center"
|
|
style="@style/2132017844"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginLeft="16dp"
|
|
layout_marginRight="16dp"
|
|
layout_marginBottom="24dp"
|
|
layout_alignParentBottom="true">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
id="@+id/tv_ncb_slip"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/easycash_success_result_ncb_slip_text_button"
|
|
textAlignment="center"
|
|
style="@style/2132017914"/>
|
|
<Button
|
|
id="@+id/bt_back"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/easycash_decline_ncb_result_back"
|
|
style="@style/2132017536"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|