Created
September 2, 2017 17:32
-
-
Save danielgek/8b426fe2948c8292e2099da5662e04d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as application from ‘application’; | |
import { Color } from ‘color’; | |
let window = application.android.foregroundActivity.getWindow(); | |
window.setStatusBarColor(new Color('red').android); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment