Possible Duplicate:
Calling android dialog without it fading the backgorund
Is there any way to show a dialog (basically, new Dialog(this).show()
) that does not "fade" the background activity?
I don't want the activity behind to have focus but I want it to be clearly visible and not fade away.
Thanks