mac
2024-08-02 5265d4d26f006d4a0dab77c49d9d740e0bbb97b1
app/src/main/res/layout/fragment_message.xml
@@ -241,12 +241,14 @@
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/message_cl">
        <!-- android:clipToPadding="false"
            android:paddingBottom="@dimen/dp_16"
            底部间距
            -->
        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/message_rcv"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:clipToPadding="false"
            android:paddingBottom="@dimen/dp_16" />
            android:layout_height="match_parent" />
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
    <!--没有数据显示样式-->