291 lines
12 KiB
XML
291 lines
12 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/root_view_successful"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/overlay_qr_code_tutorial_image_view"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitXY"
|
||
|
contentDescription="@null"
|
||
|
elevation="9dp"/>
|
||
|
<RelativeLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/qr_code_section_relative_layout"
|
||
|
paddingBottom="108dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentBottom="true"
|
||
|
elevation="9dp">
|
||
|
<TextView
|
||
|
id="@+id/qr_code_section_coachmark_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/successful_qr_code_coachmark_transfer_description"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="56dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017901"/>
|
||
|
<ImageView
|
||
|
id="@+id/ic_arrow_right_coachmark"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"
|
||
|
src="@drawable/ic_arrow_right_coachmark"
|
||
|
layout_below="@+id/qr_code_section_coachmark_description"
|
||
|
layout_alignParentRight="true"
|
||
|
contentDescription="@null"
|
||
|
scaleY="-1"
|
||
|
layout_marginEnd="48dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/ic_arrow_right_coachmark"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="22dp">
|
||
|
<ImageView
|
||
|
layout_gravity="center_vertical"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/qr_code_icon"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
id="@+id/qr_code_section_coachmark_header"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/successful_qr_code_transfer_header"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017665"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/expand_icon_image_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_expand_more_black_24dp"
|
||
|
contentDescription="@null"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<RelativeLayout
|
||
|
id="@+id/bill_payment_layout"
|
||
|
background="#f5f3f6"
|
||
|
focusableInTouchMode="true"
|
||
|
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_marginTop="4dp"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_marginStart="4dp"
|
||
|
layout_marginEnd="4dp"/>
|
||
|
<RelativeLayout
|
||
|
id="@+id/content"
|
||
|
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">
|
||
|
<include layout="@layout/2131558850"/>
|
||
|
</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/content"
|
||
|
layout_alignRight="@+id/content"
|
||
|
layout_alignBottom="@+id/content"
|
||
|
contentDescription="@null"
|
||
|
layout_alignStart="@+id/content"
|
||
|
layout_alignEnd="@+id/content"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/schedule_note"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="20dp"
|
||
|
text="@string/schedule_note"
|
||
|
layout_below="@+id/end_slip"
|
||
|
layout_centerHorizontal="true"
|
||
|
layout_marginStart="24dp"
|
||
|
layout_marginEnd="24dp"
|
||
|
style="@style/2132017674"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_void_remark_container"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/content"
|
||
|
layout_marginHorizontal="@dimen/2131165477"
|
||
|
layout_marginVertical="@dimen/2131165433">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/iv_void_remark"
|
||
|
layout_width="25dp"
|
||
|
layout_height="25dp"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_void_remark_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132017867"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_void_remark_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017920"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/buttons_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/ll_void_remark_container"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="20dp">
|
||
|
<View
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
layout_marginTop="16dp"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_bnpl_share_slip_note"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017674"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/auto_save_off_donations_save_button"
|
||
|
background="@drawable/bg_button"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x29="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x2a="@string/save_slip"
|
||
|
NOT_FOUND_0x2b="@color/2131100912"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
background="#00000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="16dp">
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/share_button"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
NOT_FOUND_0x29="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x2a="@string/share_slip"
|
||
|
NOT_FOUND_0x2b="@color/2131100876"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/auto_save_off_share_button"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
NOT_FOUND_0x29="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x2a="@string/share_slip"
|
||
|
NOT_FOUND_0x2b="@color/2131100876"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/share_moment_button"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x29="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x2a="@string/share_moment"
|
||
|
NOT_FOUND_0x2b="@color/2131100876"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/auto_save_off_save_button"
|
||
|
background="@drawable/bg_button"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="20dp"
|
||
|
NOT_FOUND_0x29="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x2a="@string/save_slip"
|
||
|
NOT_FOUND_0x2b="@color/2131100912"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<include
|
||
|
id="@+id/qr_code_layout"
|
||
|
visibility="gone"
|
||
|
layout="@layout/2131558875"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/remaining_balance_text_view"
|
||
|
background="@drawable/bg_white_with_border"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
layout_below="@+id/qr_code_layout"
|
||
|
style="@style/2132017876"/>
|
||
|
<com.scb.phone.view.custom.accountsummary.ImageAdBannerView
|
||
|
id="@+id/contextual_banner"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/remaining_balance_text_view"/>
|
||
|
<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/return_to_accounts"
|
||
|
layout_below="@+id/contextual_banner"
|
||
|
layout_centerHorizontal="true"
|
||
|
style="@style/2132017970"/>
|
||
|
</RelativeLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</RelativeLayout>
|