Making an image circular with white circular border

后端 未结 10 2469
甜味超标
甜味超标 2021-02-19 19:32

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

10条回答
  •  长情又很酷
    2021-02-19 20:22

    First add below line to build.gradle file

    implementation 'de.hdodenhof:circleimageview:2.2.0'
    

    then add following XML code to xml file:

    
    

提交回复
热议问题