Skip to content

dschoeni/cordova-plugin-statusbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

statusbarColor.setColor(131, 19, 45);

Where three parameters are the RGB colors.

About

Enable or disable Android 4.4's translucent statusbar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.5%
  • JavaScript 16.5%