diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
index 68e1a812b5..312f33423b 100644
--- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
+++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
@@ -193,13 +193,9 @@ import java.util.concurrent.CopyOnWriteArrayList;
* its children by looking for the following ids:
*
*
- * - {@code exo_play} - The play button.
+ *
- {@code exo_play_pause} - The play and pause button.
*
- * - Type: {@link View}
- *
- * - {@code exo_pause} - The pause button.
- *
- * - Type: {@link View}
+ *
- Type: {@link ImageView}
*
* - {@code exo_rew} - The rewind button.
*
@@ -252,6 +248,14 @@ import java.util.concurrent.CopyOnWriteArrayList;
*
+ * - {@code exo_subtitle} - The subtitle button.
+ *
+ * - Type: {@link ImageView}
+ *
+ * - {@code exo_fullscreen} - The fullscreen button.
+ *
+ * - Type: {@link ImageView}
+ *
* - {@code exo_position} - Text view displaying the current playback position.
*
* - Type: {@link TextView}
diff --git a/library/ui/src/main/res/values/ids.xml b/library/ui/src/main/res/values/ids.xml
index 17b55cd731..2b3e80beb8 100644
--- a/library/ui/src/main/res/values/ids.xml
+++ b/library/ui/src/main/res/values/ids.xml
@@ -25,6 +25,7 @@
+
@@ -38,5 +39,6 @@
-
+
+