mac
2024-01-15 791f82dc46e14491116a87bd4aa84ade011ab4c6
app/src/main/res/layout/fragment_nascent_message.xml
@@ -8,8 +8,8 @@
    <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
        android:id="@+id/message_nascent_srl"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        >
        android:layout_height="match_parent">
        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/message_nascent_recyclerview"
            android:layout_width="match_parent"
@@ -18,4 +18,16 @@
            android:paddingBottom="@dimen/dp_16" />
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
    <!--没有数据显示样式-->
    <include
        android:id="@+id/null_data_ic"
        layout="@layout/null_data_view"
        android:layout_width="match_parent"
        android:layout_height="224dp"
        android:layout_marginTop="183dp"
        android:visibility="gone"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>