[android-developers] Re: opengl display issue when using g.getHolder().setFormat(PixelFormat.RGBA_8888);

2009-04-25 Thread William
I forgot an interesting tid bit of information. There is not issue/ difference on the emulator when i use or dont use the alpha channel. the issue only occurs on the actual phone On Apr 25, 4:54 pm, William william.caine...@gmail.com wrote: Ok, so I wanted to create a transparent activity

[android-developers] Re: opengl display issue when using g.getHolder().setFormat(PixelFormat.RGBA_8888);

2009-04-25 Thread Jon Colverson
On Apr 25, 9:54 pm, William william.caine...@gmail.com wrote: Ok, so I wanted to create a transparent activity where I draw some cubes on the screen.  Well I initially was developing with the default settings where   g.getHolder().setFormat(PixelFormat.RGBA_); my view in a real narrow