diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java
index 9ee4862d77..e081a1d8ef 100644
--- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java
+++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java
@@ -87,7 +87,7 @@ import java.util.Locale;
* below for more details.
*
* - Corresponding method: None
- *
- Default: {@code R.id.exo_player_control_view}
+ *
- Default: {@code R.layout.exo_player_control_view}
*
*
*
diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
index a7aa48c0db..a4dfe6ce79 100644
--- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
+++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
@@ -143,13 +143,13 @@ import java.util.List;
* for more details.
*
* - Corresponding method: None
- *
- Default: {@code R.id.exo_player_view}
+ *
- Default: {@code R.layout.exo_player_view}
*
* {@code controller_layout_id} - Specifies the id of the layout resource to be
* inflated by the child {@link PlayerControlView}. See below for more details.
*
* - Corresponding method: None
- *
- Default: {@code R.id.exo_player_control_view}
+ *
- Default: {@code R.layout.exo_player_control_view}
*
* All attributes that can be set on a {@link PlayerControlView} can also be set on a
* PlayerView, and will be propagated to the inflated {@link PlayerControlView} unless the