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

48 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<include
visibility="gone"
layout="@layout/2131559267"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_account_list"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
clipToPadding="false"
layout_width="match_parent"
layout_height="match_parent"
nestedScrollingEnabled="false"/>
<include
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559266"/>
</LinearLayout>
<androidx.legacy.widget.Space
id="@+id/space"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<include
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559270"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>