I have a Relative layout with 5 buttons on the bottom. When you click and hold on one of these buttons it makes another invisible relative layout visible which overlays the whole screen. I want the button that was clicked to make the overlay visible to remain visible with the overlaying relative layout. How can i do this?
I have tried using button.BringToFront along with invalidate, but that did not work. The button was still behind the overlay.