Hi,

I have a LinearLayout with several views inside and would like to use
the onDraw() method of the LinearLayout to draw something on top of
all those views. When I tried to do this I realized the onDraw()
method of the LinearLayout is never called (I added breakpoints to the
method to check this). Is the onDraw() method never called on layouts?
How should I be drawing on top of all my child views?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to