【发布时间】:2011-02-15 18:20:44
【问题描述】:
我只想为像 TranslateAnimation 这样的 ImageView 设置动画,它应该将表单中心(因为 ImageView 在 Layout.xml 中的 LinearLayout 的中心)移动到屏幕顶部。我用这个...
TranslateAnimation moveLefttoRight = new TranslateAnimation(0, 0, 0, -200);
我在工作,但我想在图像移动到顶部时进行横向扩展...如何结合两个动画?
【问题讨论】: