TonicArtos / SuperSLiM

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.
http://tonicartos.nz
2.12k stars 297 forks source link

Sticky footers weirdly wobble on horizontal scroll. #215

Open TonicArtos opened 7 years ago

TonicArtos commented 7 years ago

This happens when a sticky footer has layout_width="match_parent". It might also occur when the footer is > layout limit.

TonicArtos commented 7 years ago

Probably effects any form of footer or header which spans height, for vertical scrolling, and width for horizontal scrolling.