Provides sample apps for the Brightcove Player SDK and Plugins for Android
View the Project on GitHub BrightcoveOS/android-player-samples
Customizes the colors of the Brightcove media controller’s seek bar.
| File | Responsibility |
|---|---|
MainActivity.kt |
Hosts the player and loads a video from the Brightcove catalog. |
res/values/colors.xml |
Recolors the seek bar by overriding the bmc_seekbar_played, bmc_seekbar_buffered, and bmc_seekbar_track colors. |
res/layout/default_activity_main.xml |
Screen layout hosting the BrightcoveExoPlayerVideoView. |
The seek bar is recolored entirely by overriding the SDK’s named bmc_seekbar_* color resources in res/values/colors.xml, with no code changes. See Customizing the controls for more on the media controller.
See the UI Customization README for shared setup and requirements.