<?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">

    <com.dayu.widgets.LRecyclerView
        android:id="@+id/recyclerView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/cl_home_listview_bg"
        app:isRefreshable="false"
        app:itemType="@layout/serve_datails_item"
        app:needCoreAdapter="true"
        app:needFoot="false" />
</layout>