diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 19ede4cd03..cd37071560 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -47,6 +47,9 @@
([#9061](https://github.com/google/ExoPlayer/issues/9061)).
* Fix progress bar flickering immediately after the user seeks
([#9049](https://github.com/google/ExoPlayer/pull/9049)).
+ * Fix `StyledPlayerView` and `StyledPlayerControlView` popup menu items
+ not expanding to occupy the full width of the popup
+ ([#9086](https://github.com/google/ExoPlayer/issues/9086)).
* Video:
* Fix `IncorrectContextUseViolation` strict mode warning on Android 11
([#8246](https://github.com/google/ExoPlayer/pull/8246)).
diff --git a/library/ui/src/main/res/layout/exo_styled_settings_list.xml b/library/ui/src/main/res/layout/exo_styled_settings_list.xml
index 3dea7a4c9c..70b44c8d76 100644
--- a/library/ui/src/main/res/layout/exo_styled_settings_list.xml
+++ b/library/ui/src/main/res/layout/exo_styled_settings_list.xml
@@ -16,8 +16,7 @@
diff --git a/library/ui/src/main/res/layout/exo_styled_settings_list_item.xml b/library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
index 25204ffc7d..c93fc01985 100644
--- a/library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
+++ b/library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->