Closed Angelbreath closed 5 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?
Now you can use startAnimation() in Java with no problem. Please use the 2.2.0 version
startAnimation()
2.2.0
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?