How can I allow the children of my RecyclerView
to draw on each other like children of a ViewGroup
normally do with clipChildren="false"
?
I use CardViews
in my RecyclerView
and I want the shadow of one CardView
to cover the CardView
below.