How to draw a Drawable over a View
- by Palo
I have several Views in my Activity. I want to draw a Drawable over these views.
The Drawable should be on top of the views (that means it hides the views below it.
The Drawable may appear over several views (that is I can't just draw it in one view).
How can this be done?
Thank you