Is there a way to reverse the order in which Fragments are added and drawn onto the screen? Instead of the newest Fragment added being on top, I'd like to try and get the newest Fragment added on bottom. I tried looking into the ViewGroup that a Fragment is attached to and maybe altering the behavior in which it lays out it's children, but it seems like that has no bearing on the order/z-index. See https://gist.github.com/alexfu/7918808 for reference.
-- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

