Bearded-Hen / Android-Bootstrap

Bootstrap style widgets for Android, with Glyph Icons
MIT License
7.29k stars 1.43k forks source link

BootstrapProgressBar crashed when setting maxProgress #217

Open ankitdubey021 opened 6 years ago

ankitdubey021 commented 6 years ago

here is what i actually got at this line : bootstrapProgressBar.setMaxProgress(200);

Caused by: java.lang.ClassCastException: android.support.constraint.ConstraintLayout cannot be cast to com.beardedhen.androidbootstrap.BootstrapProgressBarGroup
                      at com.beardedhen.androidbootstrap.BootstrapProgressBar.setMaxProgress(BootstrapProgressBar.java:591)
                      at com.ebiztechnocrats.humanresource.Login$override.onCreate(Login.java:136)