I’d like to have an AlertDialog builder that only has one button that says OK or Done or something, instead of the default yes and no.
Can that be done with the standard AlertDialog, or would I have to use something else?
I’d like to have an AlertDialog builder that only has one button that says
Share
Couldn’t that just be done by only using a positive button?