如何重置View的位置以撤消TranslateAnimation?

时间:2017-03-30 16:55:12

标签: android android-animation

此方法

animation.setFillAfter(false);

不会重置视图的位置。

另外,方法

getLocationInWindow(), getLocationOnScreen(), getMatrix()

在动画开始前和动画结束后产生相同的结果。 View TranslateAnimation的哪些属性会发生变化?

1 个答案:

答案 0 :(得分:0)

  

如何重置View的位置以撤消TranslateAnimation?

您可以使用以下内容将视图状态重置为默认值。

imageView.clearAnimation()