Android 中类似 Twitter 的背景动画可绘制
就像 Android 版 Twitter 曾经有的那样(他们删除了它)——我需要显示一个可绘制的动画背景。
如何显示实际上大于给定布局尺寸的图像(图像不被缩小)。
我需要使用什么样的动画来实现“移动”效果?
谢谢。
Just like Twitter for android used to have (they removed it) - I need to display an animated background drawable.
How to I show an image that is actually bigger then the given layout dimensions (without the image being shrink).
What kind of animation do I need to use for the "moving" effect?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该只创建自己的自定义 Drawable 并自己处理动画。
You should just create your own custom Drawable and handle the animation yourself.