A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
I have a top sticky header with gridding items into 2 columns but some of them should be like one line titles of data sections (not sticky) to separate into groups. I do change layout manager id and section position for these items for LinearSLM.id and new section position accordingly. But it seems new section perceived with sticky header. Is there any way to use sections without sticky?
I have a top sticky header with gridding items into 2 columns but some of them should be like one line titles of data sections (not sticky) to separate into groups. I do change layout manager id and section position for these items for LinearSLM.id and new section position accordingly. But it seems new section perceived with sticky header. Is there any way to use sections without sticky?