I\'d Like to make any image from my ImageView to be circular with a border.
ImageView
I searched but couldn\'t find any useful information (anything that I tried
just use this simple code: First add dependency :
implementation 'de.hdodenhof:circleimageview:2.2.0'
then add in xml layout the following code:-