bgogetap / StickyHeaders

Easily add Sticky Headers to your RecyclerView
Apache License 2.0
521 stars 88 forks source link

Add ability to disable parent view validation #94

Closed bgogetap closed 4 years ago

bgogetap commented 4 years ago

Fixes #93

Add an opt-in way to disable parent view validation.

This is done rather than adding explicit checks for other ViewGroups, which would require adding dependencies for them (e.g. ConstraintLayout).