As per the original question, The end result is a rounded-rect png in an ImageView with a natural looking drop shadow.
png
ImageView
I have the shadow wo
You have to draw both the shadow image and the original image. The shadow image only contains the alpha values of the original image, not the actual colored pixels.