diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b440689d2d..c3d63ba58e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -59,11 +59,16 @@ ([#2882](https://github.com/google/ExoPlayer/issues/2882)). * Correctly populate `Format.label` for audio only HLS streams ([#9608](https://github.com/google/ExoPlayer/issues/9608)). -* Transformer: increase required min API version to 21. -* MediaSession extension +* UI: + * Fix the color of the numbers in `StyledPlayerView` rewind and + fastforward buttons when using certain themes + ([#9765](https://github.com/google/ExoPlayer/issues/9765)). +* Transformer: + * Increase required min API version to 21. +* MediaSession extension: * Remove deprecated call to `onStop(/* reset= */ true)` and provide an opt-out flag for apps that don't want to clear the playlist on stop. -* RTSP +* RTSP: * Provide a client API to override the `SocketFactory` used for any server connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)). diff --git a/library/ui/src/main/res/values/styles.xml b/library/ui/src/main/res/values/styles.xml index 84f2db543d..66efb3eee6 100644 --- a/library/ui/src/main/res/values/styles.xml +++ b/library/ui/src/main/res/values/styles.xml @@ -92,9 +92,11 @@ @drawable/exo_styled_controls_fastforward center|bottom @dimen/exo_icon_padding_bottom - @style/ExoStyledControls.ButtonText + bold + @dimen/exo_icon_text_size + @color/exo_white - @android:color/white + @color/exo_white 0dp @@ -102,16 +104,12 @@ @drawable/exo_styled_controls_rewind center|bottom @dimen/exo_icon_padding_bottom - @style/ExoStyledControls.ButtonText - - @android:color/white - 0dp - - -