fragment_chat_room.xml
1.02 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.chudiangameplay.android.ui.view.MultiStateView
android:id="@+id/multiplestatusView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:msv_emptyView="@layout/view_empty_userdetail_jineng"
app:msv_errorView="@layout/view_public_error_view"
app:msv_loadingView="@layout/view_public_loading_view">
<com.chudiangameplay.android.ui.view.pulltorefresh.PullLoadMoreRecyclerView
android:id="@+id/recyclerview"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.chudiangameplay.android.ui.view.MultiStateView>
</LinearLayout>