-
Notifications
You must be signed in to change notification settings - Fork 408
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
No resource found id #0x0 #66
Comments
Please provide more details. If its possible please add snippet of your class which extends MaterialIntroActivity |
This is my intro activity: `
|
Ok got it. You need to pass buttonColor and backgroundColor via SlideFragmentBuilder(). We are aware of that issue and we will fix that in future. |
I got this error after 800 installations on the market :
at this method in MaterialIntroActivity(426):
Note: I don't use SlideFragmentBuilder(). |
Override the methods : backgroundColor() , buttonsColor() and canMoveFurther().. It's necessary... |
As there is already an issue closed with the excat same error, i guess it would be better to make those needed methods abstract? |
01-25 13:19:17.714 E/AndroidRuntime(13823): android.content.res.Resources$NotFoundException: Resource ID #0x0 01-25 13:19:17.420 E/UncaughtException(13823): at agency.tango.materialintroscreen.MaterialIntroActivity.color(MaterialIntroActivity.java:427)
What is up? It crashes. Why?
The text was updated successfully, but these errors were encountered: