diff --git a/libraries/decoder_av1/README.md b/libraries/decoder_av1/README.md
index 3d7c63ef6f..2e2509158a 100644
--- a/libraries/decoder_av1/README.md
+++ b/libraries/decoder_av1/README.md
@@ -112,7 +112,7 @@ gets from the libgav1 decoder:
`VideoDecoderOutputBufferRenderer` as its object.
`VideoDecoderGLSurfaceView` is the concrete
`VideoDecoderOutputBufferRenderer` implementation used by
- `(Styled)PlayerView`.
+ `StyledPlayerView` and `LegacyPlayerView`.
* Native rendering using `ANativeWindow`
diff --git a/libraries/decoder_vp9/README.md b/libraries/decoder_vp9/README.md
index 2255cf2e4e..f0d0ddbf28 100644
--- a/libraries/decoder_vp9/README.md
+++ b/libraries/decoder_vp9/README.md
@@ -125,7 +125,7 @@ gets from the libvpx decoder:
`VideoDecoderOutputBufferRenderer` as its object.
`VideoDecoderGLSurfaceView` is the concrete
`VideoDecoderOutputBufferRenderer` implementation used by
- `(Styled)PlayerView`.
+ `StyledPlayerView` and `LegacyPlayerView`.
* Native rendering using `ANativeWindow`
diff --git a/libraries/ui/src/main/res/values/attrs.xml b/libraries/ui/src/main/res/values/attrs.xml
index ee132052f6..921f56fc44 100644
--- a/libraries/ui/src/main/res/values/attrs.xml
+++ b/libraries/ui/src/main/res/values/attrs.xml
@@ -105,7 +105,7 @@
-
+