-
Notifications
You must be signed in to change notification settings - Fork 371
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
Binary XML file line #157: Error inflating class com.appyvet.materialrangebar.RangeBar #155
Comments
Same issue for me as well on Kitkat (android version) |
I solved it by using app:mrb_connectingLineColor instead of app:mrb_connectingLineColors |
I solved the issue by taking instead of in the arrays.xml file |
i have same problem when i use api 28. Please tell me how to fix |
i am having same problem in api 29 please help to fix this |
Using 1.4.4 having the this issue. Anyone had a solution? |
The steps I took to solve this issue are as below:
If the above does not solve your issue, just do a careful comparison between your implementation and the examples. It took me 2 hours to locate the bug since the error message (the title of this issue) didn't help. The log message at the end of logcat window which pointed to rangebar.java file helped me to locate the problematic attributes. GOOD LUCK! |
In my case the crash is caused by
inside colors.xml in case anyone is wondering. |
I got the same issue...Do not resolve by applying all of the given suggestions using API level 30. I am stuck for 2 days. Please help me! will be obliged. |
this does not work. What to do then? |
I am getting the error mention in title only for Android pie
The text was updated successfully, but these errors were encountered: