The built in android AlertDialog.Builder has maximum three button options(positive,negative,neutral) and they are aligned horizontally. I want to add more buttons to it, and set the orientation Vertically.
How can I do it ?
Any idea will be appreciated. Thanks in advance.
Just create your customise Dialog.
And now you can simple create new xml file and put there whatever you want.
Manage the buttons:
Check on:
http://developer.android.com/guide/topics/ui/dialogs.html