Android ViewFlipper动画不渲染背景?

发布于 2024-09-09 03:55:23 字数 209 浏览 5 评论 0原文

我正在使用带有两个 ListView 的 ViewFlipper。在ViewFlipper上设置背景drawable时,“翻转”时执行的动画仅渲染前景,背景为黑色!动画完成后,背景就会出现。 对视图的背景“层”进行动画处理是否存在已知问题?

此外,添加背景时,我的 HTC Hero 上的动画性能/帧速率显着下降。

有什么想法或解决方案吗?谢谢!

/莫滕

I'm using a ViewFlipper with two ListViews. When setting a background drawable on the ViewFlipper, the animation performed when "flipping" only renders the foreground, and background is black! When animation is done, the background appears.
Is there a known problem with animating the background "layer" of a view?

Also, the animation performance/frame rate on my HTC Hero decreases significantly when adding the background.

Any ideas or solutions? Thanks!

/Morten

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

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

发布评论

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

评论(1

牵强ㄟ 2024-09-16 03:55:23

我有同样的问题,我找到了以下解决方法。您必须在正在动画的视图上设置背景,而不是在鳍状肢上。因此,为了保持一致性,这意味着您必须在脚蹼中包含的所有顶级视图上设置相同的背景。

I have the same problem and I found the following workaround. You have to set the background on the view being animated, not on the flipper. So for consistency, this would mean you have to set the same background on all the top level views contained in your flipper.

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