SmoothProgressBar icon indicating copy to clipboard operation
SmoothProgressBar copied to clipboard

spb_default_sections_count not found crashes Android Studio Preview

Open tom91136 opened this issue 9 years ago • 2 comments

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

tom91136 avatar Jul 20 '14 09:07 tom91136

Same here.

saket avatar Jul 25 '14 07:07 saket

Do you still have this error with the latest version? (v1.1.0)

castorflex avatar Mar 31 '15 16:03 castorflex