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

84 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<FrameLayout
id="@+id/error_layout"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="32dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<ImageView
layout_gravity="center_horizontal"
id="@+id/error_icon"
layout_width="120dp"
layout_height="120dp"
layout_marginBottom="16dp"
src="@drawable/box_empty"
tint="#c9c6cd"/>
<TextView
textColor="#736e78"
layout_gravity="center_horizontal"
id="@+id/tv_error_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/bond_selection_error_title"
style="@style/2132017875"/>
<TextView
gravity="center"
id="@+id/tv_error_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/manage_account_inbound_error_description"
style="@style/2132017846"/>
</LinearLayout>
</FrameLayout>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="wrap_content"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_note_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/manage_account_inbound_note_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/tv_note_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/manage_account_inbound_note_description"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_manage_inbound"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
nestedScrollingEnabled="false"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>