eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
960 stars 148 forks source link

Bug: when using "top" StickyHeaders, it hides the scrollbar #49

Open AndroidDeveloperLB opened 9 years ago

AndroidDeveloperLB commented 9 years ago

Since the header must have a background, it will hide the scrollbar of the RecyclerView in case it takes the whole width. And, if I choose to avoid having a background, it shows what's behind itself