Hi!

In our app we are adding a alpha channel to bitmaps without alpha channels
by doing this:

Bitmap dest = src.copy(Bitmap.Config.ARGB_8888, true);

This has been working fine until Android 2.0. Now the dest bitmap is still
created, but without a alpha channel. This happens when using the default
HVGA skin .
If we run the exact same code in the emulator with a WQVGA400 it works fine
like usual.

Did anybody experience this too?

Cheers!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to