can someone give me a good explanation regarding Z order. Firstly, I don’t understand what it is and(something like the definition)and secondly how an element of a Z order looks like. I hope I am explicit enough.
can someone give me a good explanation regarding Z order. Firstly, I don’t understand
Share
Z order determines how objects lay on each other – that is which one is on top. This is good example for HTML (with example pictures). In android is simpler (that is in my opinion conception is simpler, but usage could be less easy) since there is no explicit z index. If you use xml layout z order is determined by order of declaration views declaration in xml but if you prefer you can also change order from java code.