BGARefreshLayout-Android icon indicating copy to clipboard operation
BGARefreshLayout-Android copied to clipboard

上拉加载更多如何显示无更多数据的提示

Open MingForce opened this issue 5 years ago • 2 comments

MingForce avatar Mar 18 '20 03:03 MingForce

        <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

wyy-dev avatar Jan 18 '21 03:01 wyy-dev

看了源码,onBGARefreshLayoutBeginLoadingMore在页面里重写的时候必须返回true才行的

rainsonkim avatar Aug 04 '21 04:08 rainsonkim