status-bar-background-color

1.0.3 • Public • Published

###Status Bar Background Color Android

  • Set the status bar of your android device to the transulenct color.

Install

In your project Cordova execute the following command to install

cordova plugin add status-bar-background-color

How to use ?

declare var StatusBarBackgroundColor: any;
initializeApp() {
  this.platform.ready().then(() => {
     // Add this code here.
     StatusBarBackgroundColor.enable();
  });
}

Npm Package

https://www.npmjs.com/package/status-bar-background-color

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i status-bar-background-color

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

20.6 kB

Total Files

10

Last publish

Collaborators

  • jdgomes