I'd like to do something like this in a recycle view, but I don't know how to proceed.
In this recyclerview, there are 2 items (but can be more, it's dynamic), with no space between them, and elevation on the common background.
I tried to set a white background color and elevation on my recycler view, but to see the elevation I'm forced to put margins, which I don't want to. Padding don't solve this either.
I tried to add elevation on the children too, but I dont want space between them (as in the picture above)
It is the first time I'm having trouble with RecyclerView, so I don't even know where I can find an answer. Help me please !