Material-dialogs: I want to change the color of the button with code, like before, positiveColor (xxxx). What should I do?

Created on 21 Aug 2019  路  2Comments  路  Source: afollestad/material-dialogs

questiodiscussion

All 2 comments

MaterialDialog(context).show {
    getActionButton(NEGATIVE).updateTextColor(Color.RED)
    ...
}

Not working for me!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MFlisar picture MFlisar  路  3Comments

RezaOruji picture RezaOruji  路  3Comments

timbremer picture timbremer  路  6Comments

ghost picture ghost  路  4Comments

bahmandamia6982 picture bahmandamia6982  路  6Comments