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
i just came across this issue while working on a backwards compatible app. so frustrating! i ended up coding a nice workaround class that can be called from onCreate and will kickoff any animation resource into an indefinite loop.
the class, AnimationLooper, is available here: https://gist.github.com/2018678