Button visibility in VideoView after using videoView.setZOrderOnTop (true); Android

I need to force use videoView.setZOrderOnTop (true) on android. But after using this, I can’t display the button on the videoView. Is there a way to display the button on the video even after setting the video NoteZOrderOnTop (true)?

+6
source share

Source: https://habr.com/ru/post/952777/


All Articles