/cordova-plugin-statusbar

Enable or disable Android 4.4's translucent statusbar.

Primary LanguageJavaMIT LicenseMIT

cordova-plugin-statusbar

Set the Android 4.4's statusbar color.

Plugin for Cordova >= 3.0

Installation

For Cordova:

cordova plugin add git@github.com:dschoeni/cordova-plugin-statusbar.git

Using the plugin

To set the statusbar color:

```javascript
statusbarColor.setColor(131, 19, 45);
```

Where three parameters are the RGB colors.