0

I'm trying to make circular layout, containing 4 square ImageViews. I need to set rounded border to the whole layout, so every ImageView must be rounded in one corner. It must look like this: https://i.stack.imgur.com/vuJ5q.jpg

How can I do this? I'm loading pictures from the network using Picasso library

3 Answers3

0

You can use the solution provided in this answer

to create circular image view in picasso and for combining 4 images try using this solution

human123
  • 295
  • 1
  • 9
0

I solved my problem. I am combining 4 bitmaps in one and set this bitmap as source in CircleImageView. Example of combining bitmaps I found in this SO answer.

Community
  • 1
  • 1
0

I think that can help you !

https://github.com/siyamed/android-shape-imageview.

It help you product imageview with all kinds of shape.

tiny sunlight
  • 6,231
  • 3
  • 21
  • 42