[android-developers] Display a View over a GLSurfaceView wihout stealing focus?

2010-03-02 Thread Ozymandias
Is it possible to do this? There are Toasts, which are great for short information popups. They can't seem to receive touch events as well as requiring hacks to keep showing permanently. There are Dialogs, which are great for...dialogs. They can receive touch events, but steal focus from the

Re: [android-developers] Display a View over a GLSurfaceView wihout stealing focus?

2010-03-02 Thread Mark Murphy
Ozymandias wrote: Is it possible to do this? There are Toasts, which are great for short information popups. They can't seem to receive touch events as well as requiring hacks to keep showing permanently. There are Dialogs, which are great for...dialogs. They can receive touch events,