<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <data>

        <variable
            name="presenter"
            type="com.dayu.base.ui.presenter.BaseListPresenter" />
    </data>

    <com.dayu.widgets.LRecyclerView
        android:id="@+id/recyclerView"
        setPresenter="@{presenter}"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#f5f5f5" />
</layout>