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

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
animateLayoutChanges="true">
<com.scb.phone.view.custom.transferandpay.CustomFavoriteHeaderSection
id="@+id/favourite_custom_header"
layout_width="match_parent"
layout_height="wrap_content"/>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_favourite_target"
visibility="gone"
layout_width="match_parent"
layout_height="112dp"/>
<include
id="@+id/ll_favourite_empty"
visibility="gone"
layout_width="match_parent"
layout_height="112dp"
layout="@layout/2131560095"/>
<include
layout_width="match_parent"
layout_height="112dp"
layout="@layout/2131559307"/>
<include
id="@+id/vw_error_view"
visibility="gone"
layout_width="match_parent"
layout_height="112dp"
layout="@layout/2131559013"/>
</FrameLayout>
</LinearLayout>