I need more room in a single AlertDialog and when I set .title to null it doesn’t show a title but it also doesn’t add any space to the AlertDialog. The dialog just starts that much lower on the screen. Not using setPosativeButton has the desired effect but I do want the close button. How can I set the AlertDialog so I can show my long Message starting at the top of the screen?
Share
for the title and the text , .. in fact, I assumed that you want to create something like “about” menu.
you can use the
.setPositiveButtonto finish your activity and.setNegaiveButtonto cancel yours.