我如何在动画视图后移动下面的视图? (不使用Animation类)

时间:2013-06-07 11:45:27

标签: android android-animation

对于动画我使用ViewPropertyAnimator。

mAnimatedView.animate().translationYBy(50).start();

翻译前:

enter image description here

翻译后:

enter image description here

我希望按钮保持在AnimatedView下方(根据上面提到的插图,它现在不是)。我脑海中只有一个想法:动画按钮,但我相信它不是最好的解决方案。也许有一种方法在动画时重新计算所有布局,我错过了?

1 个答案:

答案 0 :(得分:0)

在AnimatedView之前将按钮添加到xml:

<Button ...>

<AnimatedView ...>