captain-miao / RecyclerViewUtils

[DEPRECATED] // RecyclerView Utils:refresh,load more,sticky header,expand,index
276 stars 68 forks source link

scroll upward #18

Closed jjhesk closed 8 years ago

jjhesk commented 8 years ago

added header view in the grid layout manager. it has problem when it scrolling upward after the refresh is pulled. constantly appears. repeating the header view.

captain-miao commented 8 years ago

fixed it.

默认是 已经处理了 头部和尾部的情况,占用一行。

你可以同步最新的代码看下,这个例子:HeaderGridRecyclerView。

谢谢你的反馈哈 😄