动画按钮移动到顶部

时间:2012-10-11 14:29:15

标签: android animation

我想为按钮设置动画,使其从android:gravity="centre"移动到android:gravity="top"。关于如何实现这一点的任何建议。我还是新手,所以请提供一些代码。谢谢!

1 个答案:

答案 0 :(得分:2)

为此,你必须使用翻译动画:这里是android文档:http://developer.android.com/reference/android/view/animation/TranslateAnimation.html

一个很好的教程:http://iserveandroid.blogspot.ch/2010/12/slide-up-down-translate.html

尝试使用本教程,如果您有更具体的编程问题,请编辑您的答案,我会帮助您。