jjimenezlopez / cordova-plugin-statusbar

Enable or disable Android 4.4's translucent statusbar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Enable or disable Android 4.4's translucent statusbar.

License:MIT License


Languages

Language:Java 50.9%Language:XML 39.0%Language:JavaScript 10.1%