140 lines
5.6 KiB
XML
140 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">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/button_new_request"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="48dp"
|
|
layout_marginTop="24dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x17="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x18="@string/request_money_outgoing_new_request"
|
|
NOT_FOUND_0x19="@color/2131100912"/>
|
|
<androidx.appcompat.widget.Toolbar
|
|
id="@+id/toolbar_proxy_header"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/request_money_outgoing_request"
|
|
layout_centerVertical="true"
|
|
textAllCaps="true"
|
|
style="@style/2132017920"/>
|
|
<TextView
|
|
id="@+id/text_proxy_id_header"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
textAllCaps="true"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017868"/>
|
|
</RelativeLayout>
|
|
</androidx.appcompat.widget.Toolbar>
|
|
<RelativeLayout
|
|
id="@+id/new_alias_layout"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="-4dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/request_money_outgoing_request"
|
|
layout_centerVertical="true"
|
|
textAllCaps="true"
|
|
style="@style/2132017920"/>
|
|
<include
|
|
id="@+id/custom_spinner"
|
|
layout_width="200dp"
|
|
layout_height="wrap_content"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
layout="@layout/2131559311"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/scroll_view"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/outgoing_recycler_view"
|
|
background="#ffffff"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="1dp"
|
|
overScrollMode="never"/>
|
|
<include
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/toolbar"
|
|
layout="@layout/2131559307"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/request_money_outgoing_detail"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017916"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/no_outgoing_request_textview"
|
|
background="#ffffff"
|
|
paddingTop="24dp"
|
|
paddingBottom="24dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="6dp"
|
|
text="@string/request_money_outgoing_no_data"
|
|
paddingStart="32dp"
|
|
paddingEnd="32dp"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/selecting_proxy_textview"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/request_money_selecting_proxy_body"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017836"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|