Closed Jacko07 closed 7 years ago
I think this error isn't for this librry, i have this error long time. please remove widget and create again. may be you should restart AndroidStudio.
i hope to help you
@Jacko07 It's not possible cast NumberProgressBar to ProgressBar because is an extended class of a generic View
public class NumberProgressBar extends View
In your activity you must use directly NumberProgressBar class to have access to their methods, otherwise you use a simple View class
@Dona278 Thanks for your help on this thread.
@Jacko07 It has no relation with the android.widget.ProgressBar
.
what's wrong?