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
这里想实现一个带广告图片的刷新header,每次下拉刷新完毕前将刷新指示器隐藏并显示广告view2秒钟,然后再关闭刷新头。所以我通过继承framelayout来自定义header,基本实现了需求。但有个问题,如果广告图片的高度比刷新动画大的时候,header会一直保持初始刷新动画的高度,我如何在切换到广告图片显示时,动态切换header高度为广告图片的高度?(我尝试在刷新完成里设置header的高度无效)
The text was updated successfully, but these errors were encountered:
@dkzwm
Sorry, something went wrong.
No branches or pull requests
这里想实现一个带广告图片的刷新header,每次下拉刷新完毕前将刷新指示器隐藏并显示广告view2秒钟,然后再关闭刷新头。所以我通过继承framelayout来自定义header,基本实现了需求。但有个问题,如果广告图片的高度比刷新动画大的时候,header会一直保持初始刷新动画的高度,我如何在切换到广告图片显示时,动态切换header高度为广告图片的高度?(我尝试在刷新完成里设置header的高度无效)
The text was updated successfully, but these errors were encountered: