Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hotchemi/easybutton

Custom button set background color easily.
https://github.com/hotchemi/easybutton

Last synced: about 1 month ago
JSON representation

Custom button set background color easily.

Awesome Lists containing this project

README

        

EasyButton
==========

EasyButton is Custom button set background color easily.

## Download

Download from [maven central](http://search.maven.org/#browse%7C-1636451052).

```groovy
dependencies {
compile 'com.github.hotchemi:easy-button:{latest.version}'
}
```

## ChangeLog

- 2014/04/13 0.0.1 release.

## How to use

### Implementation

EasyButton usage is very simple.

Custom attributes.

- `color_default` : default state.
- `color_pressed` : when pressed.
- `color_focused` : when focused.

```xml

```

### The way that we have been

The way that we have been is trouble.

```xml

```

```xml















```

## Sample

Please try to move the [sample](https://github.com/hotchemi/EasyButton/tree/master/sample/).

## Requirements

Supports Android 2.2 or greater.

## Contribute

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request