-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
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
动画不显示 #42
Comments
可以给出更多的一些细节吗,相关的代码,布局文件。 |
https://github.com/heaofei/demo 这个是demo工程下边的轮播图是addheadview上去的有问题,大哥有时间看看吧 |
我遇到了同样的问题:将一个自动切换的viewpager作为header添加到GridViewWithHeaderAndFooter,但是viewpager没有切换动画。通过源码看不出哪里阻止或者中断viewpager的切换动画 |
对比listview和gridview发现问题,在setupChild方法里面:
gridview
由于gridview中没有判断AbsListView.LayoutParams.recycledHeaderFooter,导致每次刷新header时,都会调用addViewInLayout(child, where, p, true);——>HeaderView.onAttachedToWindow |
参考Android-ConvenientBanner issue: #63 |
和轮播图控件一起使用没动画效果
The text was updated successfully, but these errors were encountered: