views:

97

answers:

2

I have an image that has a fairly large shadow around it and its background is transparent. I have saved it as a PNG file from photoshop and am using it in an ImageView through xml. This results in the shadow having a banding effect and just doesn't look nice. Not too sure what to do...

A: 

I can't remember what this property was used on, but I think it was an ImageView.

Try using android:dither="true" as part of the ImageView xml declaration and see if that helps.

John
A: 
kcoppock