228 lines
9.3 KiB
XML
228 lines
9.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center_horizontal"
|
||
|
orientation="vertical"
|
||
|
background="#4f2a81"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/image_slip_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/theme_slip_default_header"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"
|
||
|
contentDescription="@null"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/content"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1">
|
||
|
<ImageView
|
||
|
id="@+id/image_slip_border_left"
|
||
|
layout_width="8dp"
|
||
|
layout_height="match_parent"
|
||
|
src="@drawable/theme_slip_default_border"
|
||
|
scaleType="fitXY"/>
|
||
|
<RelativeLayout
|
||
|
id="@+id/layout_slip"
|
||
|
background="#ffffff"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="@drawable/slip_bg"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
layout_alignParentStart="true">
|
||
|
<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
|
||
|
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"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/mf_onboarding_success_remark_value"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|
||
|
<ImageView
|
||
|
id="@+id/image_slip_border_right"
|
||
|
layout_width="8dp"
|
||
|
layout_height="match_parent"
|
||
|
src="@drawable/theme_slip_default_border"
|
||
|
scaleType="fitXY"/>
|
||
|
</LinearLayout>
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/image_slip_bottom"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/theme_slip_default_bottom"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"/>
|
||
|
<ImageView
|
||
|
id="@+id/image_slip_bottom_border"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/theme_slip_default_bottom_border"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"/>
|
||
|
</FrameLayout>
|
||
|
</LinearLayout>
|