what-the-bank/resources/res/layout/2131558883.xml

113 lines
4.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#00000000"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayStatus
id="@+id/transfer_and_pay_status"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/transfer_and_pay_source"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
id="@+id/transfer_and_pay_target"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/transfer_and_pay_amount"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@string/amount"/>
<include
id="@+id/custom_additional_fee_layout"
visibility="gone"
layout="@layout/2131558913"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/transfer_and_pay_fees"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@string/review_fees"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/transfer_and_pay_due"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@string/request_to_pay_review_due"/>
<com.scb.phone.view.custom.transferandpay.CustomNoteItem
id="@+id/transfer_and_pay_biller_note"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/review_biller_note"
textAllCaps="true"
style="@style/2132017868"/>
<com.scb.phone.view.custom.transferandpay.CustomNoteItem
id="@+id/transfer_and_pay_user_note"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017869"/>
<com.scb.phone.view.custom.transferandpay.CustomNoteItem
id="@+id/edonation_remark"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017869"/>
<LinearLayout
orientation="vertical"
id="@+id/schedule_section"
background="#00000000"
paddingTop="20dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CustomScheduleView
id="@+id/schedule_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
</LinearLayout>
<View
id="@+id/full_divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
gravity="center_horizontal"
id="@+id/review_quick_top_up_text_view"
background="#ffffff"
paddingTop="12dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/review_quick_top_up_text"
lineSpacingMultiplier="0.8"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017664"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center_horizontal"
id="@+id/modify_quick_top_up_text_view"
background="@drawable/ripple_purple"
padding="6dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
layout_marginBottom="12dp"
text="@string/modify_quick_top_up_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017963"/>
</LinearLayout>
</LinearLayout>