Fix missing Javadoc

PiperOrigin-RevId: 346764371
This commit is contained in:
olly 2020-12-10 13:34:15 +00:00 committed by Ian Baker
parent 2a93eff25a
commit aac22da2d6
2 changed files with 4 additions and 2 deletions

View File

@ -130,7 +130,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
* <li>Default: {@code never}
* </ul>
* <li><b>{@code resize_mode}</b> - 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}.
* <ul>
* <li>Corresponding method: {@link #setResizeMode(int)}
* <li>Default: {@code fit}

View File

@ -132,7 +132,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
* <li>Default: {@code never}
* </ul>
* <li><b>{@code resize_mode}</b> - 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}.
* <ul>
* <li>Corresponding method: {@link #setResizeMode(int)}
* <li>Default: {@code fit}