Android animation does not repeat

后端 未结 23 1466
囚心锁ツ
囚心锁ツ 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:28

    I was also facing the same problem.. i included android:repeatCount="infinite" in XMl file..now its working fine...

      
    

提交回复
热议问题