Is it possible to overlay EditText box on a GLSurfaceView on Android?

Posted by Ash McConnell on Game Development See other posts from Game Development or by Ash McConnell
Published on 2011-04-14T23:28:00Z Indexed on 2012/03/20 5:40 UTC
Read the original article Hit count: 974

Filed under:
|
|

I am trying to add a "PlayerName" box on top of a opengl menu background, is this possible? I've tried various layouts, but they don't seem to allow an EditText box to appear on top

What is the typical way of doing something like this? Do I need to manually render the text and handle input or is there a better way? It seems like it should be possible to show the EditText on top of the GLSurfaceView somehow.

© Game Development or respective owner

Related posts about android

Related posts about opengl-es