diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java index b89cdbf937..8b6c5983c6 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java @@ -192,10 +192,10 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull; *

Overriding the layout file

* * To customize the layout of StyledPlayerView throughout your app, or just for certain - * configurations, you can define {@code exo_player_view.xml} layout files in your application - * {@code res/layout*} directories. These layouts will override the one provided by the ExoPlayer - * library, and will be inflated for use by StyledPlayerView. The view identifies and binds its - * children by looking for the following ids: + * configurations, you can define {@code exo_styled_player_view.xml} layout files in your + * application {@code res/layout*} directories. These layouts will override the one provided by the + * ExoPlayer library, and will be inflated for use by StyledPlayerView. The view identifies and + * binds its children by looking for the following ids: * *