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
RecyclerForScollview 和 ScollForRecyclerView 是嵌套使用的吗?嵌套之后recyclerView是不是直接就计算出全部高度了? /** * 设置滚动接口 * * @param onScrollListener */ public void setOnScrollListener(OnScrollListener onScrollListener) { this.onScrollListener = onScrollListener; } 这个设置滚动接口是用来做什么用的?2个嵌套的时候这个必须要实现吗?
The text was updated successfully, but these errors were encountered:
这个别用了,近期我会重整下代码,不建议走recyclerview嵌套路线,还是用多重布局吧
Sorry, something went wrong.
No branches or pull requests
RecyclerForScollview 和 ScollForRecyclerView 是嵌套使用的吗?嵌套之后recyclerView是不是直接就计算出全部高度了?
/**
* 设置滚动接口
*
* @param onScrollListener
*/
public void setOnScrollListener(OnScrollListener onScrollListener) {
this.onScrollListener = onScrollListener;
}
这个设置滚动接口是用来做什么用的?2个嵌套的时候这个必须要实现吗?
The text was updated successfully, but these errors were encountered: