Skip to content

JorgeDanilo/status-bar-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published