Android animation does not repeat

后端 未结 23 1448
囚心锁ツ
囚心锁ツ 2020-11-27 14:01

I\'m trying to make simple animation that would repeat several times (or infinitely).
It seems that android:repeatCount does not work!
Here is my anim

23条回答
  •  攒了一身酷
    2020-11-27 14:32

    One need to listen for completion of first animation then re-start the animation in onStopAnimation call back, give a try to this link

提交回复
热议问题