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

163 lines
6.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
id="@+id/group_header_text_view"
background="#ffffff"
layout_width="match_parent"
layout_height="56dp"
maxLines="2"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017880"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="vertical"
id="@+id/schedule_effective_date_container"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.bulktransfer.CustomEffectiveDate
id="@+id/schedule_effective_date"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
gravity="center"
id="@+id/schedule_disclaimer"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/bulk_transfer_schedule_disclaimer"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/transfer_and_pay_source"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x18="false"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/target_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/recipients"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recipients_recycler_view"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
overScrollMode="never"/>
<TextView
id="@+id/total_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/bulk_transfer_total"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/amount"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/amount"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/total_fee"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/bulk_transfer_total_fee"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/total_amount"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x19="@string/bulk_transfer_total_amount_collective"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/ll_warning_message_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="6dp"
layout_marginStart="20dp"
layout_marginEnd="20dp">
<ImageView
id="@+id/iv_warning_message_icon"
layout_width="32dp"
layout_height="32dp"
layout_marginBottom="8dp"
src="@drawable/ic_transfer_warning"/>
<TextView
textSize="20sp"
textStyle="bold"
textColor="#f05f61"
gravity="center"
id="@+id/tv_warning_message_header"
layout_width="match_parent"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017959"/>
<TextView
textSize="18sp"
textColor="#736e78"
gravity="center"
id="@+id/tv_warning_message"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017985"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/confirm_button"
background="@drawable/bg_button"
visibility="visible"
layout_width="match_parent"
layout_height="50dp"
layout_margin="16dp"
NOT_FOUND_0x1a="@drawable/ripple_rounded_purple"
NOT_FOUND_0x1b="@string/confirm"
NOT_FOUND_0x1c="@color/2131100912"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>