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 c1587d8cdf..726d6cf6f0 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
@@ -131,7 +131,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 4ae1b32215..81df78536d 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
@@ -133,7 +133,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}