I have a GridLayout using RecyclerView. I need to have an interface that looks like this -
Some items from the recycler view need to be displayed inside a container with rounded corners. What are some ways to implement this other than having a nested recycler view inside a recycler view section?