eowise / recyclerview-stickyheaders

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

Cannot set lollipop elevation to headers #41

Closed csbenz closed 9 years ago

csbenz commented 9 years ago

Trying to use ViewCompat.setElevation(v, 20) on the header but it doesn't do anything

leruaa commented 9 years ago

Indeed, it's due to the way Items decoration are handled. The headers are not part of the views hierarchy, but are drawn on a canvas.