Hi everyone!
I need to rewrite AnimationDrawable class to know when an animation stops ( e.g. add some callback to it ).
I tried to recompile its standart implementation ( from android source ) but it didn't compiled. Man from google team said that it's impossible and I need to write my own, without extends of DrawableContainer ( as in original code ).
Thanks for your help!

