I'm writing a custom widget in which I need to control the child
drawing order. My control extends AbsoluteLayout. I can see that
getChildDrawingOrder is overrideable. The following note is in the
javadocs for this method:

NOTE: In order for this method to be called, the
FLAG_USE_CHILD_DRAWING_ORDER must be set.

However, I can find no setter to allow me to set this flag. There are
setters for similar flags such as the add states for children, but
seemingly nothing for the child drawing order. GalleryView uses this
flag, but it does so by accessing mGroupFlags which is a protected and
hidden property of ViewGroup. What am I missing? Shouldn't this flag
be exposed in some way to allow widget developers to utilize it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to