There was an error while loading. Please reload this page.
de.dlyt.yanndroid.oneui.dialog.AlertDialog
Samsung's AlertDialogs.
Usage is the same as the default AlertDialog, with a few additional Methods for the Builder.
Set the color of the button.
publicBuildersetPositiveButtonColor(@ColorIntintcolor) publicBuildersetNegativeButtonColor(@ColorIntintcolor) publicBuildersetNeutralButtonColor(@ColorIntintcolor)
Show a ProgressBar at the button's position on click. If you apply this, don't forget to dismiss the dialog after your process is done.
publicBuildersetPositiveButtonProgress(booleanprogress) publicBuildersetNegativeButtonProgress(booleanprogress) publicBuildersetNeutralButtonProgress(booleanprogress)