Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
90cd2a21
authored
Jun 22, 2021
by
olly
Committed by
Ian Baker
Jul 16, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix expansion of items within StyledPlayerView popup
Issue: #9086 PiperOrigin-RevId: 380756562
parent
5b8be42f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
RELEASENOTES.md
library/ui/src/main/res/layout/exo_styled_settings_list.xml
library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
library/ui/src/main/res/layout/exo_styled_sub_settings_list_item.xml
RELEASENOTES.md
View file @
90cd2a21
...
...
@@ -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)
...
...
library/ui/src/main/res/layout/exo_styled_settings_list.xml
View file @
90cd2a21
...
...
@@ -16,8 +16,7 @@
<androidx.recyclerview.widget.RecyclerView
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/exo_settings_listview"
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"match_parent"
android:layout_gravity=
"center_vertical"
android:background=
"@color/exo_black_opacity_70"
android:scrollbars=
"vertical"
/>
library/ui/src/main/res/layout/exo_styled_settings_list_item.xml
View file @
90cd2a21
...
...
@@ -14,7 +14,7 @@
limitations under the License.
-->
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"wrap_content"
android:minWidth=
"@dimen/exo_setting_width"
android:minHeight=
"@dimen/exo_settings_height"
...
...
library/ui/src/main/res/layout/exo_styled_sub_settings_list_item.xml
View file @
90cd2a21
...
...
@@ -14,7 +14,7 @@
limitations under the License.
-->
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"wrap_content"
android:minWidth=
"@dimen/exo_setting_width"
android:minHeight=
"@dimen/exo_settings_height"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment