DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

InfiniteLoadingHelper and StaggeredGridLayoutManager #115

Open ebekerman opened 4 years ago

ebekerman commented 4 years ago

My layout is staggered grid layout with span count of 2. When I try to use the infinite loading helper, it is showing in the frame, however, it looks like its span count is 1, meaning, it doesn't take the entire width.