The AlertDialog
in Android's API provides an easy way to produce nicely looking Dialog
with either one, two or three buttons. By "nicely looking", I meant the buttons are laid out nicely of equal width at the bottom and they do not have borders and grey backgrounds as the usual Button
object. This is a little bit limited in some situation, in fact, I am in need of 4 buttons.
I want to ask if there is a way to produce the same user interface. Thank you in advance.