saket / InboxRecyclerView

Build expandable descendant navigation, inspired by Google Inbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not expand the class InboxRecyclerView

teshlya opened this issue · comments

My app has a Toolbar with app: layout_scrollFlags = "scroll | enterAlways and the animation overscroll in InboxRecyclerView is missing. I want to fix it like this - https://stackoverflow.com/questions/32667237/lollipop-appbarlayout-toolbar-missing-overscroll-animation, but I can not expand the class - "can not inherit from final me.saket.inboxrecyclerview.InboxRecyclerView"

Hrm. Agreed. I should make InboxRecyclerView and related classes open so that they can be extended for custom behavior. Can you send a PR?

What does this mean - PR, because my english is bad

PR stands for Pull Request. If you have never submitted one before, doing one for InboxRecyclerView would be a great start. This article might help. :)

Should be fixed in the next release.