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 296 forks source link

add footer view crash #99

Closed wangzhiyuan closed 9 years ago

wangzhiyuan commented 9 years ago

how to add footer view

TonicArtos commented 9 years ago

Unlike the old ListView, with RecyclerView this is a part of your own adapter implementation.