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 3143d3d70b..6e1ff72621 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
@@ -130,7 +130,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
*
Default: {@code never}
*
* {@code resize_mode} - Controls how video and album art is resized within the view.
- * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height} and {@code fill}.
+ * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height}, {@code fill} and
+ * {@code zoom}.
*
* - Corresponding method: {@link #setResizeMode(int)}
*
- Default: {@code fit}
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 871ed8919c..9ba8394713 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
@@ -132,7 +132,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
*
- Default: {@code never}
*
* {@code resize_mode} - Controls how video and album art is resized within the view.
- * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height} and {@code fill}.
+ * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height}, {@code fill} and
+ * {@code zoom}.
*
* - Corresponding method: {@link #setResizeMode(int)}
*
- Default: {@code fit}