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}. * *
  • {@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}. *