VideoView on top of SurfaceView
问题 I try to show a VideoView on top of a SurfaceView . But it isn't visible but reacts on clicks (MediaController appears and the sound plays). The video seems to be played behind the SurfaceView so I also tried to make use of setZOrderMediaOverlay() and/or setZOrderOnTop() but nothing changed When I go to the home screen I see the VideoView for a split second in the fading animation, so it is really there. I tried it with a xml layout and also completely programmatically but nothing works. Here