So trying to add custom markers on a MapView. But as you can see in the image above, it would be very nice if the markers would have transparency. They're just images loaded from the drawable resource, with disableTransparency set to false. Also, if I just draw the image on the dc with drawBitmap() it actually just works as it should. The image has the transparency as defined. Only when drawing them as a mapMarker with setIcon, they get a black background instead of a transparent one. Is there something I'm missing here?