9 lines
947 B
XML
9 lines
947 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.moji.multiplestatuslayout.MJMultipleStatusLayout android:id="@id/status_layout" android:focusable="true" android:focusableInTouchMode="true" 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/pull_fresh" android:background="#fff8f9fb" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<LinearLayout android:orientation="vertical" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<android.support.v7.widget.RecyclerView android:id="@id/rv_dynamic" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
</LinearLayout>
|
|
</com.moji.swiperefreshlayout.SwipeRefreshLayout>
|
|
</com.moji.multiplestatuslayout.MJMultipleStatusLayout> |