I\'d Like to make any image from my ImageView
to be circular with a border.
I searched but couldn\'t find any useful information (anything that I tried
The above methods don't seem to work if you're using the src
attribute. What I did is to put two image views inside a frame layout one above another like this:
Simply put a circular_crop.png in your drawable folder which is in the shape of your image dimensions (a square in my case) with a white background and a transparent circle in the center. You can use this image if you have want a square imageview.
Just download the picture above.