Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
RecyclerViewExtensions/StickyHeaders/
RecyclerViewExtensions/StickyHeaders/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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).