We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
load more 出现问题,第一次滑动加载更多基本可以显示,再继续上啦就有问题,弹的越来越小
The text was updated successfully, but these errors were encountered:
看源码可知,加载更多的动画是0.3秒
Sorry, something went wrong.
是弹出的位置,越来越小,被遮住了。不是动画问题吧。。是布局不完全显示。我已经很慢上啦了
我知道你说的什么问题,是因为你数据回来的太快了,结果footview眨眼就没了,你可以手动做一个延迟,视觉效果会好些: mRecyclerView.postDelayed(new Runnable() { @OverRide public void run() { adapter.updateData(mGameList); mRecyclerView.setPullLoadMoreCompleted(); } }, 500);
有个bug,多手指暴力滑动,下拉刷新,拉不动了,求指点,我的微信 xf111_33
No branches or pull requests
load more 出现问题,第一次滑动加载更多基本可以显示,再继续上啦就有问题,弹的越来越小
The text was updated successfully, but these errors were encountered: