We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom PlaybackControlView whitout position text and duration text then progress will not update.
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <com.google.android.exoplayer2.ui.DefaultTimeBar android:id="@id/exo_progress" android:layout_width="match_parent" android:layout_height="20dp"> </com.google.android.exoplayer2.ui.DefaultTimeBar> </FrameLayout>
1.Use above xml to custom PlaybackControlView 2.PlaybackControlView progress will not update
r2.4.1
Geneymotion Nexus 5 6.0.0 API 23
The text was updated successfully, but these errors were encountered:
Duplicate of #2871. This will be fixed in the next release.
Sorry, something went wrong.
No branches or pull requests
Issue description
Custom PlaybackControlView whitout position text and duration text then progress will not update.
Reproduction steps
1.Use above xml to custom PlaybackControlView
2.PlaybackControlView progress will not update
Version of ExoPlayer being used
r2.4.1
Device(s) and version(s) of Android being used
Geneymotion Nexus 5 6.0.0 API 23
The text was updated successfully, but these errors were encountered: