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
android:repeatCount
You should include the attribute
android:repeatCount="infinite"
But in your "scale" animation not in "set"