Android ViewFlipper动画不渲染背景?
我正在使用带有两个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的问题,我找到了以下解决方法。您必须在正在动画的视图上设置背景,而不是在鳍状肢上。因此,为了保持一致性,这意味着您必须在脚蹼中包含的所有顶级视图上设置相同的背景。
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.