tags:

views:

25

answers:

0

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.