Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MingForce opened this issue Mar 18, 2020 · 2 comments
Open

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

MingForce opened this issue Mar 18, 2020 · 2 comments

Comments

@MingForce
Copy link

No description provided.

@wyy-dev
Copy link

wyy-dev commented Jan 18, 2021

        <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

@rainsonkim
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants