[Solved] Android layout with one side round [closed]


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?

0

solved Android layout with one side round [closed]