You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassCastException: com.nightonke.boommenu.BoomButtons.TextInsideCircleButton$Builder cannot be cast to com.nightonke.boommenu.BoomButtons.SimpleCircleButton$Builder
#229
Open
Fancky58 opened this issue
Jun 17, 2019
· 0 comments
bmb.addBuilder(new TextInsideCircleButton.Builder()
.isRound(true)
.shadowCornerRadius(Util.dp2px(10))
.buttonCornerRadius(Util.dp2px(10))
.normalImageRes(images[i])
.normalTextRes(R.string.action)
.normalTextColor(getResources().getColor(R.color.textPrimary))
.normalColor(getResources().getColor(R.color.white))
.pieceColor(getResources().getColor(R.color.white)));
The text was updated successfully, but these errors were encountered: