Possible Duplicate:
How to make an image fit into a circular frame in android
I want a 360 degree circular shape Image View, I found related solutions on stackoverflow, but they were all yielding rounded corners in image view. But i want full circular image view.
For rounded corners image view links are:
Any thoughts.
Create A bitmap then draw on its canvas and then add this bitmap to an imageview or button or whatever you want.
Create A bitmap:
Draw on the bitmap canvas
setting to imageview
Get the Bitmap:
Use a shader:
Draw the canvas;
Set the image: