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

158 lines
6.4 KiB
XML

<?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"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
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="40dp"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017880"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<FrameLayout
id="@+id/fragment_account_source_select"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.bulktransfer.CustomRecipientsList
id="@+id/own_recipient_list"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"/>
<com.scb.phone.view.custom.bulktransfer.CustomRecipientsList
id="@+id/scb_recipient_list"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"/>
<com.scb.phone.view.custom.bulktransfer.CustomRecipientsList
id="@+id/other_recipient_list"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"/>
<LinearLayout
orientation="vertical"
id="@+id/no_recipients_error"
background="#ffffff"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
id="@+id/no_recipients_title_text_view"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/no_recipients_in_group_yet"
style="@style/2132017873"/>
<TextView
gravity="center"
id="@+id/no_recipients_description_text_view"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/please_tap_the_gear_icon_above_to_add_recipients"
style="@style/2132017916"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="horizontal"
id="@+id/total_amount_view_group"
background="#ffffff"
layout_width="match_parent"
layout_height="58dp">
<TextView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/total_amount"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017871"/>
<androidx.legacy.widget.Space
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"/>
<TextView
layout_gravity="center"
id="@+id/total_amount_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
layout_marginEnd="16dp"
style="@style/2132017881"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_more_options"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/more_options_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/note_more_options"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<com.scb.phone.view.custom.common.CustomScheduleView
id="@+id/schedule_view"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="true"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>
<androidx.legacy.widget.Space
layout_width="wrap_content"
layout_height="0dp"
layout_weight="1"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/review_button"
background="@drawable/bg_button"
visibility="visible"
layout_width="match_parent"
layout_height="50dp"
layout_margin="16dp"
NOT_FOUND_0x15="false"
NOT_FOUND_0x16="@drawable/ripple_rounded_purple"
NOT_FOUND_0x17="@string/review"
NOT_FOUND_0x18="@color/2131100912"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>