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
I have a simple solution. Create a new Image asset by right clicking your package name and selecting New->Image asset. Enter name (any name) and path (location of image in your system). Then click Next and Finish. If you enter name of image as 'img', a round image with the name 'img_round' is created automatically in mipmap folder.
Then, do this :
Your preview may still show a rectangular image. But if you run the app on your device, it will be round.