Android ListView.addHeaderView添加ImageView时闪烁

发布于 2024-11-05 16:05:23 字数 141 浏览 1 评论 0原文

我通过 addHeaderView(image, null, false) 将 ImageView 添加到 ListView 中,因此它不可选,但是当我滚动列表时,imageview 闪烁(在图像和黑色背景之间),我可以做些什么来解决这个问题?

谢谢!

I added an ImageView to a ListView via addHeaderView(image, null, false), so it is not selectable, but when I scroll the list, the imageview flickers(between image and black background), is there anything I can do to solve this?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

×纯※雪 2024-11-12 16:05:23

我不确定它是否能解决您的问题,但您可以尝试在 ListView 上调用 setCacheColorHint(0) 。您所描述的内容听起来像是本文中介绍的内容...ListView 背景

I'm not sure if it will solve your problem but you could try calling setCacheColorHint(0) on your ListView. What you describe sounds like what is covered in this article...ListView Backgrounds

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文