Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 384 Bytes

File metadata and controls

9 lines (5 loc) · 384 Bytes

StickyHeaders

RecyclerViewExtensions module providing utilities for sticky headers.

StickyHeadersLinearLayoutManager

A LayoutManager with support for sticky headers.

To use it, set it as the RecyclerView's layout manager and ensure its Adapter implements StickyHeaders (and optionally, StickyHeaders.ViewSetup).