Is there an addHeaderView equivalent for RecyclerView?

后端 未结 19 1679
独厮守ぢ
独厮守ぢ 2020-11-21 23:35

I\'m looking for an equivalent to addHeaderView for a recycler view. Basically I want to have an image with 2 buttons be added as a header to the listview. Is there a differ

19条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 00:12

    Feel free to use my library, available here.

    It let's you create header View for any RecyclerView that uses LinearLayoutManager or GridLayoutManager with just a simple method call.

    enter image description here

提交回复
热议问题