275 lines
11 KiB
XML
275 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/root_view"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
id="@+id/bill_payment_layout"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/group_success_header"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentLeft="true"
|
|
layout_alignParentTop="true"
|
|
layout_alignParentStart="true">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/group_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
style="@style/2132017880"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/group_id"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017913"/>
|
|
<View
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/successful_transfer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
style="@style/2132017936"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/unsuccessful_transfer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017982"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/payment_date"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017913"/>
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/schedule_icon"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
src="@drawable/ic_scheduled_successful"/>
|
|
<TextView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/schedule_successful_text"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/transfer_successful_001"
|
|
style="@style/2132017936"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/schedule_payment_date"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017920"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/schedule_group_id"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
style="@style/2132017920"/>
|
|
<com.scb.phone.view.custom.bulktransfer.CustomEffectiveDate
|
|
id="@+id/schedule_effective_date"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<View
|
|
id="@+id/full_disclaimer_view_separator"
|
|
visibility="gone"
|
|
style="@style/2132018228"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/schedule_disclaimer"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text=""
|
|
style="@style/2132017849"/>
|
|
<View
|
|
id="@+id/full_from_view_separator"
|
|
visibility="gone"
|
|
style="@style/2132018228"/>
|
|
<View
|
|
id="@+id/from_view_separator"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
|
|
id="@+id/transfer_and_pay_source"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x21="false"/>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/succes_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/successful_transfer"
|
|
layout_below="@+id/group_success_header"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017919"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/success_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/succes_title">
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/success_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x22="@string/amount"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/total_fee"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x22="@string/total_fee"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/total_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x21="false"
|
|
NOT_FOUND_0x22="@string/bulk_transfer_total_amount_collective"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/line_black"
|
|
background="@drawable/shape_review_black_bg"
|
|
layout_width="match_parent"
|
|
layout_height="8dp"
|
|
layout_marginTop="4dp"
|
|
layout_below="@+id/success_layout"
|
|
layout_marginStart="4dp"
|
|
layout_marginEnd="4dp"/>
|
|
<RelativeLayout
|
|
id="@+id/layout_slip"
|
|
background="#ffffff"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="-4dp"
|
|
layout_below="@+id/line_black"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view"
|
|
background="@drawable/slip_bg"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</RelativeLayout>
|
|
<View
|
|
id="@+id/line_view"
|
|
background="@drawable/shape_shadow"
|
|
layout_width="match_parent"
|
|
layout_height="4dp"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/success_layout"
|
|
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"/>
|
|
<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="8dp"
|
|
layout_marginBottom="24dp"
|
|
layout_below="@+id/buttons_container"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/schedule_note"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="20dp"
|
|
text="@string/schedule_note"
|
|
layout_below="@+id/remaining_balance_text_view"
|
|
layout_centerHorizontal="true"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017674"/>
|
|
<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="16dp"
|
|
text="@string/return_to_accounts"
|
|
layout_below="@+id/schedule_note"
|
|
layout_centerHorizontal="true"
|
|
style="@style/2132017970"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/buttons_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
layout_below="@+id/layout_slip"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/save_separate_slips"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
NOT_FOUND_0x23="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0x24="@string/save_separate_slip"
|
|
NOT_FOUND_0x25="@color/2131100876"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|