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.
you can try this
<android.support.v7.widget.RecyclerView
...
android:clipChildren="false"
android:clipToPadding="false"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With