How to draw a Drawable over a View

Posted by Palo on Stack Overflow See other posts from Stack Overflow or by Palo
Published on 2010-06-02T14:00:47Z Indexed on 2010/06/02 14:04 UTC
Read the original article Hit count: 150

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about android

Related posts about drawable