-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Question for Customizing the UI #2005
Comments
Hi @Atercatus For an example of an existing button that already works, please take a look at one of the buttons in https://github.com/google/shaka-player/blob/master/ui/ like the mute button. If you're interested in creating a custom button, i could coach you through it, though! Did you have a specific button in mind? For the seek bar color, looks like we did not update the tutorial after the structure of our code changed a bit. I will do that now, thank you for bringing this up! |
I'm really appreciate for reply! thanks! |
The seekbar color consts got moved from Controls to ui.Constants. Issue #2005. Change-Id: Id8c09cb59930f2f23a350cb1e7be3c8708c121d7
The seekbar color consts got moved from Controls to ui.Constants. Issue #2005. Change-Id: Id8c09cb59930f2f23a350cb1e7be3c8708c121d7
The seekbar color consts got moved from Controls to ui.Constants. Issue shaka-project#2005. Change-Id: Id8c09cb59930f2f23a350cb1e7be3c8708c121d7
I followed the tutorial and got a question.
Could not be found in Customizing the UI the
myapp
What does
myapp
mean?And in 'Changing seek bar progress colors' ,
seek bar color is undefined.
how can i change this color?
The text was updated successfully, but these errors were encountered: