I'm guessing you want a 3D background behind some other UI? If so check out: http://developer.android.com/reference/android/widget/FrameLayout.html
That lets you just stack several views on top of each other. Note: I don't know if it works with GLSurfaceView, but it should be pretty easy to test by just copying a couple of the API demos into one app. On Jul 22, 7:57 am, Sujay Krishna Suresh <[email protected]> wrote: > Hi all, > How can one use a GLSurfaceView similar to a ViewGroup, in > the sense of adding Views(CustomViews) over it??? > Is there any means to make the GLSurfaceView be the canvas on which the view > draws its contents? > > -- > Regards, > Sujay > Ogden Nash <http://www.brainyquote.com/quotes/authors/o/ogden_nash.html> - > "The trouble with a kitten is that when it grows up, it's always a cat." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

