You Z-order it with the other views in your view hierarchy the same way as you do with a regular view, by how you place it in the view hierarchy. The only limitation is a SurfaceView is opaque, so you can't see what is behind it, and this will never change any time soon.
On Sun, Jan 4, 2009 at 12:17 AM, Gameboy <[email protected]> wrote: > > There is only few words in the api doc of class SurfaceView: The > surface is Z ordered...... > > Is there any interface for setting Z order of View? > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

