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

135 lines
5.6 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="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">
<FrameLayout
id="@+id/fragment_account_source_select"
layout_width="match_parent"
layout_height="wrap_content"/>
<RelativeLayout
background="#ffffff"
layout_width="match_parent"
layout_height="80dp">
<ImageView
id="@+id/image_icon"
layout_width="50dp"
layout_height="50dp"
src="@drawable/bankicon_place_holder"
layout_centerVertical="true"
contentDescription="@null"
layout_marginStart="16dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_toEndOf="@+id/image_icon">
<TextView
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
<TextView
id="@+id/text_account_number"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_title"
layout_alignLeft="@+id/text_title"
layout_alignStart="@+id/text_title"
style="@style/2132017925"/>
</RelativeLayout>
</RelativeLayout>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/review_amount"
textAllCaps="true"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017919"/>
<View
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<com.google.android.material.tabs.TabLayout
id="@+id/tab_amount_select"
layout_width="match_parent"
layout_height="40dp"
style="@style/2132017164"/>
<View style="@style/2132018228"/>
<com.scb.phone.view.custom.common.WrapContentViewPager
id="@+id/view_pager_amount_select"
layout_width="match_parent"
layout_height="0dp"/>
<View style="@style/2132018228"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginHorizontal="@dimen/2131165433">
<TextView
gravity="right"
id="@+id/tv_specify_warning_msg"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/specify_warning_msg"
style="@style/2132017664"/>
</LinearLayout>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/note_more_options"
textAllCaps="true"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017919"/>
<View
layout_marginTop="8dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/note_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
paddingVertical="@dimen/2131165495">
<com.scb.phone.view.custom.common.NoteEditText
id="@+id/note_edit_text"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<View style="@style/2132018228"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_review"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="48dp"
layout_marginTop="24dp"
layout_marginBottom="16dp"
layout_marginHorizontal="@dimen/2131165433"
NOT_FOUND_0x16="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x17="@string/review"
NOT_FOUND_0x18="@color/2131100912"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>