From 9df2e42d4dfdf080fc010287cd39debb25013c8f Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 22 Jun 2021 09:33:38 +0100 Subject: [PATCH] Fix expansion of items within StyledPlayerView popup Issue: #9086 #minor-release PiperOrigin-RevId: 380756562 --- RELEASENOTES.md | 3 +++ library/ui/src/main/res/layout/exo_styled_settings_list.xml | 3 +-- .../ui/src/main/res/layout/exo_styled_settings_list_item.xml | 2 +- .../src/main/res/layout/exo_styled_sub_settings_list_item.xml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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. -->