[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, … Read more