SmoothProgressBar
SmoothProgressBar copied to clipboard
spb_default_sections_count not found crashes Android Studio Preview
the arrtibute spb_default_sections_count that was supposed to be read isn't there This is what I get from Android Studio Preview
java.lang.AssertionError at android.content.res.BridgeResources.getInteger(BridgeResources.java:425) at
fr.castorflex.android.smoothprogressbar.SmoothProgressDrawable$Builder.initValues(SmoothProgressDrawable.java:651) at
fr.castorflex.android.smoothprogressbar.SmoothProgressDrawable$Builder.<init>(SmoothProgressDrawable.java:623) at
fr.castorflex.android.smoothprogressbar.SmoothProgressBar.<init>(SmoothProgressBar.java:38) at
fr.castorflex.android.smoothprogressbar.SmoothProgressBar.<init>(SmoothProgressBar.java:31) at
fr.castorflex.android.smoothprogressbar.SmoothProgressBar.<init>(SmoothProgressBar.java:27)
Also, your CI server is reporting error too
Same here.
Do you still have this error with the latest version? (v1.1.0)