I have a problem to send the view to back. In Android we have a method like bringToFront(), to place the view on top of the another view. Like that, I want to p
bringToFront()
There is no sendToBack() method. But if you call bringToFront() on the lower positioned view you get almost the same effect.
sendToBack()