Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/33c9a737b036d22fa03b to your computer and use it in GitHub Desktop.
Save marchbold/33c9a737b036d22fa03b to your computer and use it in GitHub Desktop.
Set the colour of the status bar on Android API v21+ using the Application ANE
Application.init( APPLICATION_KEY );
if (Application.isSupported)
{
Application.service.setStatusBarColour( 0xFF0000 );
}
// com.distriqt.Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment