Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error inflating sectionindicator #66

Open
haroldoao opened this issue Oct 24, 2016 · 1 comment
Open

Error inflating sectionindicator #66

haroldoao opened this issue Oct 24, 2016 · 1 comment

Comments

@haroldoao
Copy link

android.view.InflateException:
Binary XML file line #25: Binary XML file line #25: Error inflating class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
....etc...
....etc...
....etc...
Caused by: android.view.InflateException: Binary XML file line #25: Error inflating class xyz.d

Does anyone know why exactly I'm getting this error?

I've imported the library correctly in gradle and it has no problem inflating / finding the "recyclerviewfastscroller.vertical.VerticalRecyclerViewFastScroller"

But it won't find the sectionindicator in the class

@csabatini
Copy link

It's an abstract class. You have to extend it, copy the one from the example app, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants