Android animation does not repeat

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

    You should include the attribute

    android:repeatCount="infinite"
    

    But in your "scale" animation not in "set"

提交回复
热议问题