diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2c1cfde1ea..eef9fa8337 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -40,6 +40,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)). ### 2.14.1 (2021-06-11) 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. -->