I have activity and a lot of widgets on it, some of them have animations and because of the animations some of the widgets are moving (translating) one over another. For exa
You can call bringToFront() on the view you want to get in the front
This is an example:
yourView.bringToFront();