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