124 lines
4.4 KiB
XML
124 lines
4.4 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"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
layout_gravity="center"
|
|
id="@+id/iv_success_icon"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/ic_check_circle_black_48dp"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x11="@color/2131099851"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_successful_transfer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017938"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_unsuccessful_transfer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017983"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_transaction_date"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
style="@style/2132017920"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_ref_id"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
style="@style/2132017920"/>
|
|
<View style="@style/2132018229"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
|
|
id="@+id/ctp_source"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
|
|
id="@+id/ctp_target"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<TextView
|
|
id="@+id/tv_note_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/note"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
id="@+id/tv_note_value"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017674"/>
|
|
<View style="@style/2132018229"/>
|
|
<TextView
|
|
id="@+id/tv_list_detail_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/fixed_transfer_success_title"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
layout_marginStart="8dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/ctp_net_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xf="false"
|
|
NOT_FOUND_0x10="@string/fixed_transfer_success_total_net_amount"/>
|
|
<View
|
|
layout_marginStart="8dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/ctp_interest"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xf="false"
|
|
NOT_FOUND_0x10="@string/fixed_transfer_success_total_interest"/>
|
|
<View
|
|
layout_marginStart="8dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/ctp_withholding_tax"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xf="false"
|
|
NOT_FOUND_0x10="@string/fixed_transfer_success_total_withholding_tax"/>
|
|
<View
|
|
layout_marginStart="8dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/ctp_fee"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xf="false"
|
|
NOT_FOUND_0x10="@string/fixed_transfer_success_total_fee"/>
|
|
<View style="@style/2132018228"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|