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 view beneath them.

I want a way to display UI elements over my game's GLSurfaceView which
are created in XML like a normal view. I need them to receive touch
input if it's on them, without blocking touch input that's not on
them.

Does anyone have any ideas?

-- 
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

Reply via email to