Defining Z order of views of RelativeLayout in Android

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.

13 Answers
13

Leave a Comment