I'm trying to show a Popup message covering a part of a activity below it, but still want to enable the user to interact with activity, without dismissing the popup.
For example: "No Internet" message, but a part of application still working.
It can be an activity, or a dialog, but the activities below it should still receive user clicks.
I succeed to achieve this by including the same XML in several activities and apply common logic; but want to make it an independent UI unit