[android-developers] Re: Bug in Honeycomb solves Bitmaps with XRGB_8888

2011-02-25 Thread webmonkey
I see the 'bug' is still there in the final HC SDK. It is not by design is it? On Jan 31, 5:39 pm, webmonkey webmonke...@gmail.com wrote: Just as I suspected there is a bug in Honeycomb that allows me to work around not having a setHasAlpha function. Using the new inMutable option in

[android-developers] Re: Bug in Honeycomb solves Bitmaps with XRGB_8888

2011-01-31 Thread webmonkey
Just as I suspected there is a bug in Honeycomb that allows me to work around not having a setHasAlpha function. Using the new inMutable option in BitmapFactory.Options I can decode a dummy JPG and because it is a JPG the opaque hint is set. Now whatever set function you call on the bitmap, the