Skip to main content

UI Customization

By fully customizing your native Android player UI using the Android Player SDK, you can create a unique and seamless playback experience for your users.

Step 1. Hide the official UI and build a custom UI to overlay.

Follow the provided sample codes to disable the official UI and overlay a custom one:

/**
* Integrate with UniView
*/
// Xml file
<com.blendvision.player.playback.player.mobile.UniView
...
app:disableControlPanel="true" />

/**
* overlay your own control panel on UniView
*/
<xxxx.CustomizeControlPanel
... />

Step 2: Control the player with customized UI Components

When clicked the custom UI, use the provided APIs to control the player behavior.