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()
Please note that you can use view.setZ(float) starting from API level 21. Here you can find more info.
view.setZ(float)