Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hotchemi/easybutton
- Owner: hotchemi
- License: apache-2.0
- Created: 2014-04-12T17:33:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T03:40:05.000Z (over 10 years ago)
- Last Synced: 2024-10-14T12:43:26.435Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 301 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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