I'm working on a Gingerbread (2.3.3) device. I have an ImageView which
contains an arrow figure and have a fully transparent background which
I need to draw on some background. The problem is that there's a
"shading" artifact beneath the ImageView's bounding box.
If you look closely on the following image, you'll see the artifact
i'm talking about:  http://i.stack.imgur.com/e1cTy.png

Both the foreground image and the background image have alpha channels
and therefore are decoded as ARGB8888 (I double checked this by
manually decoding their resources into a bitmap, print out the bitmap
configuration which showed ARGB8888, and then assigning them to their
respective views). I also configured the Activitiy's window to be
PixelFormat.RGBA_8888 before the call to setContentView().

Please don't refer me to threads that suggest decoding the bitmap as
ARGB8888 and/or set the window to be RGBA_8888, since I tried both
solutions, which didn't help.

Any ideas how can I fix this issue?

Thanks.

-- 
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

Reply via email to