Hi, I want to know if there is a way to manage the alignment of the text in the .input parameter. Thankss
You can do anything with the EditText after a MaterialDialog is built using dialog.getInputEditText().
EditText
MaterialDialog
dialog.getInputEditText()
Most helpful comment
You can do anything with the
EditTextafter aMaterialDialogis built usingdialog.getInputEditText().