此方法
animation.setFillAfter(false);
不会重置视图的位置。
另外,方法
getLocationInWindow(), getLocationOnScreen(), getMatrix()
在动画开始前和动画结束后产生相同的结果。
View
TranslateAnimation
的哪些属性会发生变化?
答案 0 :(得分:0)
如何重置View的位置以撤消TranslateAnimation?
您可以使用以下内容将视图状态重置为默认值。
imageView.clearAnimation()