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并且使用了序列帧,你的Imageview Id 一定不要相同,否则会出现footer 动画不执行问题
The text was updated successfully, but these errors were encountered:
Header/Footer的getView方法中inflate,如果传true,并且你的header/footer布局中有相同id就会冲突。 推荐这里用false。 inflater.inflate(R.layout.acfun_footer, viewGroup, false);
Sorry, something went wrong.
thanks!
No branches or pull requests
如果你的上拉和下拉都使用统一Header并且使用了序列帧,你的Imageview Id 一定不要相同,否则会出现footer 动画不执行问题
The text was updated successfully, but these errors were encountered: