I am following the rounded image tutorial from romain guy,
http://www.curious-creature.com/2012/12/11/android-recipe-1-image-with-rounded-corners/
I extracted the drawable to a class RoundedDrawable
but when i try and use it to the bitmap, it will always paints white.
How do i fix this?