jimu-decompiled/resources/res/layout/fragment_user_message.xml
2025-05-13 19:24:51 +02:00

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>