Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomloprod/cordova-plugin-headercolor
HeaderColor is a cordova plugin to change color of header in multitask view. Android devices.
https://github.com/tomloprod/cordova-plugin-headercolor
android cordova-plugin headercolor
Last synced: 18 days ago
JSON representation
HeaderColor is a cordova plugin to change color of header in multitask view. Android devices.
- Host: GitHub
- URL: https://github.com/tomloprod/cordova-plugin-headercolor
- Owner: tomloprod
- License: mit
- Created: 2016-07-18T07:46:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T11:25:58.000Z (about 8 years ago)
- Last Synced: 2024-12-01T02:35:54.412Z (25 days ago)
- Topics: android, cordova-plugin, headercolor
- Language: Java
- Size: 124 KB
- Stars: 65
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.md
Awesome Lists containing this project
README
# cordova-plugin-headercolor [![License](https://img.shields.io/github/license/tomloprod/cordova-plugin-headercolor.svg)](http://www.opensource.org/licenses/mit-license.php)
**HeaderColor** is a cordova plugin to change color of header in multitask view. Android devices.
## Supported Platforms
- Android
## Installation
Cordova:
cordova plugin add cordova-plugin-headercolor
## Usage
This plugin exports an object with one method called "tint":
```javascript
window.plugins.headerColor.tint("#becb29");
```You can also specify the header color in your `config.xml`:
```xml
```