I have an ImageView on which I have applied a rotate animation. Since I want the rotation to go on continuously, I gave the repeatCount as infinite in my rotate.xml:
Use clearAnimation() to stop an animation. There is no loadAnimation() on View.
clearAnimation()
loadAnimation()
View