luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Header position for horizontal orientation #73

Closed abhishek-jacob closed 7 years ago

abhishek-jacob commented 7 years ago

I was trying to set up a Recyclerview with Horizontal orientation (LinearLayoutManager.HORIZONTAL). The header is displayed on the left side of the list. Is there an option to make it appear on the top of the list?

luizgrp commented 7 years ago

It's all down to the way you build your layout, your RecyclerView can have a vertical orientation and the items of this vertical RecyclerView can have a RecyclerView with horizontal orientation in it?

You can also try this library.