Is there any way to put a VideoView (which plays an MP4 file) above an image (which is the background of my app) ?
In other words, is there any way to put some transparency on my VideoView in the aim that the image be visible through the VideoView ?
Every time I try to put a VideoView over an ImageView, the VideoView hides a part of this ImageView (I tried to put an alpha on my VideoView but it doesn't work).