Defining Z order of views of RelativeLayout in Android

Posted by hgpc on Stack Overflow See other posts from Stack Overflow or by hgpc
Published on 2010-04-10T18:16:22Z Indexed on 2010/04/10 18:23 UTC
Read the original article Hit count: 804

Filed under:
|
|
|

I would like to define the z order of the views of a RelativeLayout in Android.

I know one 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.

© Stack Overflow or respective owner

Related posts about android

Related posts about relativelayout