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
One need to listen for completion of first animation then re-start the animation in onStopAnimation call back, give a try to this link