[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 sunns...@gmail.com wrote: Can it

[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 sunns...@gmail.com wrote: It looks like I need to use addTouchables, but I can find no examples anywhere. I simply want to overlay buttons

[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 hack...@android.com wrote: You don't need to do anything special.  Look at the Api Demo Graphics / SurfaceView Overlay for an example.