I wanted image to have rounded corners. I implement this xml code and use this in my image view. but image overlap the shape. I am downloading the image through async task.<
found the easy way.. round imageview with user define radius:
http://shortcutsandroid.blogspot.in/2015/02/round-image-view-in-android.html
just add imageView.setRadius();
//it will set radius for the round imageView.