Hey guys, I have a SurfaceView with a transparent background, on which i draw stuff, and on top of that i want an ImageView to be drawn. In order for the SurfaceView to be transparent i have to set *surfaceView.setZOrderOnTop(true), *but the problem is that now, my surfaceview's canvas is drawn on top of the imageview, which makes sense because of *setZOrderOnTop(true). * My question is, is there a way to achieve what i want? a SurfaceView with transparent background and an ImageView on top of it?
Thanks, Vlad -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

