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
详细的布局结构如图所示。
第二个ConsecutiveScrollerLayout中的直属的子view设置吸顶会失效。
The text was updated successfully, but these errors were encountered:
已解决,解决方案是:给第二个ConsecutiveScrollerLayout动态设置stickyOffset,而值是第一个ConsecutiveScrollerLayout的已经处于常驻吸顶的所有view的总高度,设置后第二个ConsecutiveScrollerLayout的吸顶就正常展示了。
请问库是否可以添加支持自动识别高度然后自动设置
Sorry, something went wrong.
No branches or pull requests
详细的布局结构如图所示。
第二个ConsecutiveScrollerLayout中的直属的子view设置吸顶会失效。
The text was updated successfully, but these errors were encountered: