小编Azd*_*yah的帖子

如何处理回收站视图中的空数据?

<android.support.v7.widget.RecyclerView
    android:id="@+id/education_recycle_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:scrollbars="vertical">
</android.support.v7.widget.RecyclerView>
Run Code Online (Sandbox Code Playgroud)

这是我当前用于回收视图的 xml 布局文件。

如何处理回收站视图中的空数据?是否可以在同一布局中放置文本以显示“无数据”?

谢谢

android adapter android-layout android-recyclerview

4
推荐指数
1
解决办法
9283
查看次数