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
I am using this library because it is useful to me, but I need to keep using the default buttons, I wanted to change the button text, but it was not possible, only other properties like visibility, I note that there is the method to disable the buttons by default and create my own buttons, that has solved the problem for me, but I would like to be able to edit the text of the default buttons or in your case remove the get methods to access the buttons to guide the user to use the custom methods
public Button getPositiveButton() {
return positiveButton;
}
public Button getNegativeButton() {
return negativeButton;
}
The text was updated successfully, but these errors were encountered:
BrunoRCE
changed the title
suggestion: manipulate properties like text on default buttons or change access to private
suggestion: manipulate properties like text on default buttons or remove access get methods
Apr 18, 2021
I am using this library because it is useful to me, but I need to keep using the default buttons, I wanted to change the button text, but it was not possible, only other properties like visibility, I note that there is the method to disable the buttons by default and create my own buttons, that has solved the problem for me, but I would like to be able to edit the text of the default buttons or in your case remove the get methods to access the buttons to guide the user to use the custom methods
or remove this methods
The text was updated successfully, but these errors were encountered: