I have an Activity named whereActity which has child dialogs as well. Now, I want to display this activity as a dialog for another activity.
whereActity
How can I d
Set the theme in your android manifest file.
And set the dialog state on touch to finish.
this.setFinishOnTouchOutside(false);