AleSpero / ExpandableCardView

Simple expandable CardView for Android.
Apache License 2.0
689 stars 88 forks source link

Not able to scroll with recyclerview in expandedcardview #31

Open ekrusznis opened 5 years ago

ekrusznis commented 5 years ago

I am using a recyclerview inside my expandedcard view, but it doesnt allow me to scroll. I tried setting 'isscrollcontainer' on the cardview, recyclerview, and the layout entirely (on the single row). I know its hard without code samples, but any thought?