There is no Zorder property in Android.
You can call View.SendToBack or View.BringToFront to change the Zorder.
SendToBack and BringToFront work in the scope of the view's parent. Panel in this case.What is the behavior if an image is in a Panel and not in the Activity? the sendtoback and brigtofront work in the panel or in the activity?