rockerhieu / rv-adapter-endless

Endless support for RecyclerView.Adapter
MIT License
107 stars 24 forks source link

a bug #7

Closed sooola closed 8 years ago

sooola commented 8 years ago

hello,there is a bug when RecycleView using GridLayoutManager and set this headview mGridLayoutManager.setSpanSizeLookup(new GridLayoutManager.SpanSizeLookup() { @Override public int getSpanSize(int position) { return position ==0 ? 3 : 1; } }); the progressbar is on the left no center

rockerhieu commented 8 years ago

Mmmm, sorry but it sounds like the bug has nothing to do with rv-adapter-endless.

sooola commented 8 years ago

yeah,thanks u reply is other reason