Skip to content

Instantly share code, notes, and snippets.

@danielgek
Last active September 2, 2017 17:01
Show Gist options
  • Save danielgek/c3fd2dadb522a35aff84df6f4e3fcfd2 to your computer and use it in GitHub Desktop.
Save danielgek/c3fd2dadb522a35aff84df6f4e3fcfd2 to your computer and use it in GitHub Desktop.
import * as application from 'application';
import { Color } from 'color';
let window = application.android.foregroundActivity.getWindow();
window.setStatusBarColor(new Color(50, 0, 0, 0).android);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment