There is an alert dialog, how to make your style for him, i.e. round the edges, change the background color, remove the title, etc.

    1 answer 1

    You develop the layout you need and add it to the AlertDialog by calling setView() in the AlertDialog.Builder object. By default, your layout fills the dialog box, but still you can still use the AlertDialog.Builder methods to add buttons and adjust the title.