Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created December 14, 2021 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/4501ee674a2ff01592c9e4e44a5bb6e7 to your computer and use it in GitHub Desktop.
Save cardoso/4501ee674a2ff01592c9e4e44a5bb6e7 to your computer and use it in GitHub Desktop.
StyleConfig styleConfig = new StyleConfig();
styleConfig.setPlayerUiJs("file:///android_asset/custom-bitmovinplayer-ui.min.js");
styleConfig.setPlayerUiCss("file:///android_asset/custom-bitmovinplayer-ui.min.css");
PlayerConfig playerConfig = new PlayerConfig();
playerConfig.setStyleConfig(styleConfig);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment