mac
2024-08-14 9a1e7275b9afc3b2f06c26864991b10ea046b465
app/src/main/res/layout/activity_search_messge.xml
@@ -164,4 +164,16 @@
    </androidx.constraintlayout.widget.ConstraintLayout>
    <!--没有数据显示样式-->
    <include
        android:id="@+id/device_null_data_ic"
        layout="@layout/null_data_view"
        android:layout_width="match_parent"
        android:layout_height="224dp"
        android:visibility="gone"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/message_search_cl" />
</androidx.constraintlayout.widget.ConstraintLayout>