23 lines
897 B
XML
23 lines
897 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.recyclelib.URecyclerView
|
|
android:scrollbarSize="3dp"
|
|
android:scrollbarStyle="insideInset"
|
|
android:id="@+id/recycleView"
|
|
android:scrollbars="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
style="@style/recyclerviewBar_style"/>
|
|
<com.ubt.jimu.widgets.LoadingView
|
|
android:id="@+id/loadingView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ViewStub
|
|
android:id="@+id/viewStup"
|
|
android:layout="@layout/msg_center_no_message"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
</FrameLayout>
|