Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```