BGARefreshLayout-Android
BGARefreshLayout-Android copied to clipboard
上拉加载更多如何显示无更多数据的提示
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
内容view需要这样写才能显示,因为刷新View是LinearLayout
看了源码,onBGARefreshLayoutBeginLoadingMore在页面里重写的时候必须返回true才行的