7 lines
665 B
XML
7 lines
665 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.moji.multiplestatuslayout.MJMultipleStatusLayout android:id="@id/view_status" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<com.moji.swiperefreshlayout.SwipeRefreshLayout android:id="@id/v_pull_to_refresh" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<android.support.v7.widget.RecyclerView android:id="@id/rv" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
</com.moji.swiperefreshlayout.SwipeRefreshLayout>
|
|
</com.moji.multiplestatuslayout.MJMultipleStatusLayout> |