opengl es - How do I overlay a textview over a glsufaceview(android) -
ive been following android opengl tutorials @ http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/ , have searched on how go adding hud type display. simplest solution seems to overlay textview on glsurfaceview cannot find examples online.does know of examples??
simply include both views in layout, 1 on top of other so:
<merge> <your.package.yourglsurfaceview/> <textview .../> </merge>
Comments
Post a Comment