timehop / sticky-headers-recyclerview

[UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
Apache License 2.0
3.74k stars 755 forks source link

Add one extra header as main #101

Open myscreen opened 8 years ago

myscreen commented 8 years ago

Hi Is it possible to add one main header in sticky headers recyclerview? I need one main adapter. Thanks

jacobtabak commented 8 years ago

I'm not entirely sure what you're trying to do, but no, I don't think you can do that.

davideas commented 8 years ago

@myscreen you can check my implementation on my page. Feel free to ask more there.

3mph4515 commented 8 years ago

@jacobtabak Is it right, that there is no possibility to add header view into recyclerview with your sticky headers adapter implementation by default?