I'm trying to view a ImageButton (play and pause) when a video is shown in fullscreen mode of Google VR, but they are not visible.
The button is visible only in non-fullscreen mode.
The things I've tried:
- Add the
viewafter thefullscreenmode is entered - Try to leave
immersivemode for currentdecorView - Changing
ImageButtonsvisibility - Trying to get the
ImageButtonto front withbringToFront()
Unfortunately nothing works.