I would like to define the z order of the views of a RelativeLayout in Android.
I know one way of doing this is calling bringToFront
.
Is there are better way of doing this? It would be great if I could define the z order in the layout xml.
I would like to define the z order of the views of a RelativeLayout in Android.
I know one way of doing this is calling bringToFront
.
Is there are better way of doing this? It would be great if I could define the z order in the layout xml.