I am able to get a GLSurfaceView to have a transparent background
with
mGLSurfaceView.setEGLConfigChooser(8, 8, 8, 8, 16, 0);
mGLSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT);
when I set the Activity's window background to transparent and the
GLSurfaceView is the contentView of the Activity.
But, let's say my GLSurfaceview is parented by a ViewGroup and I want
GLSurfaceView bg to be transparent to see the Viewgroup's background -
I am not able to do so with the code above. Is this a limitation or am
I missing something?
-George
--
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