30 lines
956 B
XML
30 lines
956 B
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">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_edit_favourite"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_centerInParent="true"
|
||
|
layout="@layout/2131559304"/>
|
||
|
<include
|
||
|
id="@+id/ll_favourite_empty"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131560095"/>
|
||
|
<include
|
||
|
id="@+id/vw_error_view"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="112dp"
|
||
|
layout="@layout/2131559013"/>
|
||
|
</LinearLayout>
|