diff --git a/README.md b/README.md index 0b264cc..26ebe89 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,9 @@ controller `ApiVideoPlayerController`. ```xml - + ``` You can also use an ExoPlayer `PlayerView` or a `SurfaceView` according to your requirements. @@ -167,6 +164,9 @@ ApiVideoPlayer( ) ``` +In Fullscreen, you have to hide the background of your activity. For this, you can use a `Surface` +such as in the example. + ## Play your api.video video with ExoPlayer, MediaPlayer and VideoView If you want to use the ExoPlayer directly, you can use the api.video Android extensions: