You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple app where a PlayerControlView is used inside of a BottomSheetDialogFragment
Use material-components-android with M3 theme for the Activity with the bottom sheet
Launch the app and observer the absence of circle arrows used for the Rewind and Forward buttons
The core issue isn't in media3's PlayerControlView, but exactly in material-component-android. Here is a link to the issue with more details and screenshots.
Despite it is possible to customize the layout for PlayerControlView manually (and thus fix the issue on the client side), the out-of-the-box using of PlayerControlView is crippled. The media3 library may want to introduce a workaround.