How to make an image circular and give it white circular border? Is it necessary to use two image views – one for the image and other for the white border? Is there any other wa
First add below line to build.gradle file
implementation 'de.hdodenhof:circleimageview:2.2.0'
then add following XML code to xml file: