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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -