我想解决这个问题:
伪:
for i = 0; i < 10; i++ {
view.setX(newXpos); //e.g. 100px
view.setY(newYpos); //e.g. 200px
save this position (100;200) on screen and apply FadeOut effect (500ms), but view have to ready for new iteration move to new position
}
结果:查看关于X,Y坐标的查看历史的短(500ms)
我不知道,这是可以理解的吗?
我尝试将TranslateAnimation()
与setFillAfter(true)
一起使用,但此举与原始视图一起使用。
适用于Android 5+
谢谢。