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
I solved this problem using android:repeatMode="reverse" before in my project.
android:repeatMode="reverse"