hy ! i am using dialog im my option . i want four button in that dialog box . i have added three buttons one is
myDialog.setPositiveButton(“Delete”, new DialogInterface.OnClickListener()
2nd is
myDialog.setNegativeButton(“Cancel”, new DialogInterface.OnClickListener()
and the 3rd one is myDialog.setNeutralButton(“Add”, new DialogInterface.OnClickListener() but im unable to add 4th one as i tried one more setPositiveButton but its showing only one .how i can add 4th one plz give me hint.
thank you.
If you just want to use a notmal dialog something like this should work
button_layout.xml
You can create the layout according to your requirement.