-6

Who can help me make some round as in the picture?

enter image description here

Original picture :

enter image description here

MD XF
  • 7,860
  • 7
  • 40
  • 71
Ion Carp
  • 1
  • 2

1 Answers1

0

I'm not sure I understand your question. But if you're trying to create a round image (like the profile pic in your Images), you have multiple options.

The simplest option is to use a library. There are multiple libraries out there, but my favourite would be: https://github.com/hdodenhof/CircleImageView

If you don't wish to use a library, you could use a XML shape to give a rounded shape to your ImageView. You can look at this answer for that: How to make an ImageView with rounded corners?

Community
  • 1
  • 1
Rachit
  • 3,173
  • 3
  • 28
  • 45