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
com.yarolegovich.discretescrollview 我这边使用这个三方库做为显示的reclyerView使用。外层嵌套 SmartRefreshHorizontal 做左滑加载更多。
测试时使用: refreshHorizontal.setRefreshHeader(new MaterialHeader(context)); refreshHorizontal.setRefreshFooter(new RefreshFooterWrapper(new MaterialHeader(context)), -1, -2); 进行配置头部和尾部。 结果右滑到低可以显示头部,但是左滑到底无法显示尾部。主动调用 refreshHorizontal.autoLoadMore(); 可以显示尾部的加载更多 请问需要如何修改,才能手动左滑屏幕到底,并显示和触发加载更多
The text was updated successfully, but these errors were encountered:
No branches or pull requests
com.yarolegovich.discretescrollview 我这边使用这个三方库做为显示的reclyerView使用。外层嵌套 SmartRefreshHorizontal 做左滑加载更多。
测试时使用:
refreshHorizontal.setRefreshHeader(new MaterialHeader(context));
refreshHorizontal.setRefreshFooter(new RefreshFooterWrapper(new MaterialHeader(context)), -1, -2);
进行配置头部和尾部。
结果右滑到低可以显示头部,但是左滑到底无法显示尾部。主动调用
refreshHorizontal.autoLoadMore();
可以显示尾部的加载更多
请问需要如何修改,才能手动左滑屏幕到底,并显示和触发加载更多
The text was updated successfully, but these errors were encountered: