Found the answer to my own question and published a sample app to demo -- https://github.com/alexfu/ReversedFrameLayout
On Wednesday, December 11, 2013 4:58:11 PM UTC-5, Alex Fu wrote: > > 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.

