Hi, I'm trying to do a frame by frame annimation in my custom class that overrides view.
I use "this.setBackgroundResource()" then getBackground() convert it to AnimationDrawable and start it in the onDraw method. It works as expected I guess, but animation is played in the background, so in order to see it I need transparent layers/objects above. Is there any way to put it in front? Do I need 2 views and a viewgroup? Any good tutorial on this? br, /Jakob -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

