Parameters

| Line | Description| |—|—| |show();| Shows the dialog| | setContentView(R.layout.yourlayout); | sets the ContentView of the dialog to your custom layout. | | dismiss()| Closes the dialog

Remarks