what-the-bank/resources/res/layout/2131558583.xml

234 lines
10 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/root_view"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/bill_payment_layout"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/line_black"
background="@drawable/shape_review_black_bg"
layout_width="match_parent"
layout_height="8dp"
layout_alignBottom="@+id/line_view"
layout_centerHorizontal="true"/>
<RelativeLayout
id="@+id/layout_slip"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp">
<LinearLayout
orientation="vertical"
background="@drawable/slip_bg"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
textColor="#06bf59"
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/mf_onboarding_success_title"
style="@style/2132017836"/>
<TextView
layout_gravity="center"
id="@+id/text_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017916"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_margin="16dp"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/tv_name"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_onboarding_success_name_label"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<TextView
gravity="right"
id="@+id/tv_mfos_name_value"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
style="@style/2132017880"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_margin="16dp"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_onboarding_success_mf_label"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<TextView
gravity="right"
id="@+id/tv_mfos_client_no_value"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
style="@style/2132017880"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_onboarding_success_client_no_label"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<TextView
gravity="right"
id="@+id/tv_mfos_branch_value"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
style="@style/2132017664"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_margin="16dp"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_onboarding_success_account_no_label"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<TextView
gravity="right"
id="@+id/tv_mfos_account_name_value"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
style="@style/2132017880"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
gravity="right"
id="@+id/tv_mfos_account_no_value"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
style="@style/2132017664"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_margin="16dp"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mf_onboarding_success_remark_label"
layout_marginStart="16dp"
style="@style/2132017871"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
text="@string/mf_onboarding_success_remark_value"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
</LinearLayout>
</RelativeLayout>
<View
id="@+id/line_view"
background="@drawable/shape_shadow"
layout_width="match_parent"
layout_height="4dp"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
<ImageView
id="@+id/end_slip"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/slip_curly"
scaleType="fitXY"
tint="#f5f3f6"
layout_alignLeft="@+id/layout_slip"
layout_alignRight="@+id/layout_slip"
layout_alignBottom="@+id/layout_slip"
contentDescription="@null"
layout_alignStart="@+id/layout_slip"
layout_alignEnd="@+id/layout_slip"/>
<Button
id="@+id/save_button"
layout_width="match_parent"
layout_height="50dp"
layout_margin="16dp"
text="@string/mf_onboarding_success_save_slip"
layout_below="@+id/end_slip"
style="@style/2132017536"/>
<TextView
id="@+id/return_button"
background="@drawable/ripple_rounded_dark_purple"
padding="4dp"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="14dp"
text="@string/mf_onboarding_success_return_to_accounts"
layout_below="@+id/save_button"
layout_centerHorizontal="true"
style="@style/2132017970"/>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>