android中补间动画怎样循环执行?

android中补间动画怎样循环执行


Helenr
浏览 1011回答 1
1回答

潇湘沐

在代码中,可以这样设置:animation.setRepeatMode(Animation.REVERSE);animation.setRepeatCount(Animation.INFINITE);在xml中可以这样设置:android:repeatMode="restart"android:repeatCount="infinite"
打开App,查看更多内容
随时随地看视频慕课网APP