135 lines
5.5 KiB
XML
135 lines
5.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
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">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
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
|
||
|
gravity="center_horizontal"
|
||
|
id="@+id/text_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/etb_success_contractual"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017938"/>
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_date_time"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
text="17 Feb 2016 - 1:33 PM"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_ref_id"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
text="Ref ID: 2490812salkjasdlkjasd"
|
||
|
style="@style/2132017664"/>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginTop="16dp"/>
|
||
|
<com.scb.phone.view.custom.investment.CustomSuccessInformation
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/success_information"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131559364"/>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginTop="16dp"/>
|
||
|
<com.scb.phone.view.custom.CustomInformationList
|
||
|
id="@+id/custom_information_list_opening_deposit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x15="@string/etb_review_info_opening_deposit_header"
|
||
|
layout="@layout/2131559049"/>
|
||
|
<com.scb.phone.view.custom.CustomInformationList
|
||
|
id="@+id/custom_information_list_monthly_deduction"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x15="@string/etb_review_info_monthly_deduction_header"
|
||
|
layout="@layout/2131559049"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/mf_onboarding_success_remark_label"
|
||
|
style="@style/2132017871"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/container_remarks"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</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>
|