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

127 lines
5.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<androidx.appcompat.widget.Toolbar
id="@+id/toolbar_proxy_header"
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_incoming_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_incoming_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/incoming_recycler_view"
background="#ffffff"
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_incoming_detail"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017916"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/no_incoming_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_incoming_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>