leandroBorgesFerreira / LoadingButtonAndroid

A button to substitute the ProgressDialog
MIT License
1.94k stars 214 forks source link

startAnimation(); is not working with no parameters? #151

Closed Angelbreath closed 4 years ago

Angelbreath commented 4 years ago

if (clickedButton.getText().equals( Common.questionList.get(index).getCorrectAnswer())) { //Chose correct answer clickedButton.startAnimation();

Cannot resolve startAnimation(); It asks for bitmap and fill color. Is that correct?

leandroBorgesFerreira commented 4 years ago

Now you can use startAnimation() in Java with no problem. Please use the 2.2.0 version