I have a problem to send a view back. On Android, we have a method like bringToFront() to place a view on top of another view. So I want to put the view below the previous image.
Is there any method like sendToBack() or bringToBack() in Android. If so, can someone help me with this.
Note: I do not want to control the z-order in the order in which elements are placed in the layout. I want to programmatically manage a z-order.
I donโt want to hide the performances at the front, I just want them to be behind a moving view.
android android-layout view z-order
Lukap Jul 20 '11 at 8:26 2011-07-20 08:26
source share