I'm experiencing a bizarre z-order problem with XF AbsoluteLayout on Android. I have a drawer that slides in from the side of the screen. It's added last to the layout to (supposedly) ensure top of z-order. That works fine on iOS, however on Android it slides in behind one (and only one) of the other views in the layout. I have tried RaiseChild on the drawer and LowerChild on that one view. I have tried with and without the TranslateTo animation for the drawer. I have tried different orderings of Adding views to the layout. Nothing works. And I am not sure why it is behind just that one view out of several views on the screen. I'm stumped. Any ideas?
Thanks in advance!