Open CrazyOrr opened 9 years ago
Please provide a sample that demonstrates the behavior if you'd like me to look into it - or if you've found a workaround we can close the issue.
It's in your demo with the items under header "X", you can try that out.
I have the same problem
Yo guys! I've found the way to fix this issue. check that your recyclerview's width is not "wrap_content" after i changed width to "match_parent" it works perfectly!
I have the same problem
Yo guys! I've found the way to fix this issue. check that your recyclerview's width is not "wrap_content" after i changed width to "match_parent" it works perfectly!
not work
After debugging for a while, it seems that it needs at least 3 items to push the header in the actually "sticky" position.