TonicArtos / StickyGridHeaders

This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
http://tonicartos.com
Apache License 2.0
1.47k stars 442 forks source link

convertView not null for different headerView position #90

Closed vincentnock closed 6 years ago

vincentnock commented 10 years ago

I've updating my version of StickyGridHeaders, but now, my second header is displayed with the first one's view, because the first time position == 1, convertView is not null in getHeaderView(int position, View convertView, ViewGroup parent)