Home > Back-end >  I want to add a circular profile image inside my constraintlayout which is inside the cardview which
I want to add a circular profile image inside my constraintlayout which is inside the cardview which

Time:08-17

enter image description here

CodePudding user response:

You can either make the shapes yourself in the drawable folder which is a lot of work or use third party libraries like hdodenhof/CircleImageView.

I recommend using the third party library so that you can access it in your xml layouts like any other components

  • Related