Method for Android to realize circular avatar by using circleimageview
Circleimageview realizes the code sharing of circular avatar for your reference. The specific contents are as follows
1、 Create a properties file (attrs. XML)
Specific operations: 1. Create a new attribute file under the values file of the project. The file name is attrs: New - > XML - > values XML file:
2. Supplementary attrs XML code:
2、 Add implementation class (circleimageview. Java)
CircleImageView. Java (you can directly reference it, and it's ok if you don't understand it):
3、 Use of circleimageview
Specific operation:
1. First copy the picture you want to see under res - > drawable of the project:
2. Reference directly in layout file:
3. Compiler:
Referring to the newly created class will cause the following problems. Directly click build to compile the program:
4. If not, recompile the program:
5. Renderings:
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.