[android-developers] Re: Buttons/ImageViews overlaid on a GLSurfaceView

2009-05-19 Thread Sundog
Thanks very much Dianne! I should have tried myself but I was put off by reports of others not getting it to work. On May 19, 1:21 pm, Dianne Hackborn wrote: > You don't need to do anything special.  Look at the Api Demo Graphics / > SurfaceView Overlay for an example. > > > > > > On Tue, May

[android-developers] Re: Buttons/ImageViews overlaid on a GLSurfaceView

2009-05-19 Thread Dianne Hackborn
You don't need to do anything special. Look at the Api Demo Graphics / SurfaceView Overlay for an example. On Tue, May 19, 2009 at 9:57 AM, Sundog wrote: > > It looks like I need to use addTouchables, but I can find no examples > anywhere. > > I simply want to overlay buttons and/or images on t

[android-developers] Re: Buttons/ImageViews overlaid on a GLSurfaceView

2009-05-19 Thread Sundog
It looks like I need to use addTouchables, but I can find no examples anywhere. I simply want to overlay buttons and/or images on top of a GLSurfaceView. I can do it the old fashioned way but I hoped there was some built in support. On May 19, 8:56 am, Mooncat wrote: > Can it be done? If it can