I have an AnimationDrawable
that is running. How to stop & reset it so that it does not start again until start()
is called? Calling setVisible(true, true)
resets it, but also immediately starts animation, and I'd like to avoid it.
I have an AnimationDrawable
that is running. How to stop & reset it so that it does not start again until start()
is called? Calling setVisible(true, true)
resets it, but also immediately starts animation, and I'd like to avoid it.