https://github.com/cesarferreira/colorize
Access to 1000+ colors on android!
https://github.com/cesarferreira/colorize
Last synced: about 1 year ago
JSON representation
Access to 1000+ colors on android!
- Host: GitHub
- URL: https://github.com/cesarferreira/colorize
- Owner: cesarferreira
- License: mit
- Created: 2015-05-30T15:10:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T18:06:59.000Z (almost 10 years ago)
- Last Synced: 2025-03-30T02:05:26.294Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.64 MB
- Stars: 410
- Watchers: 12
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android-ui - https://github.com/cesarferreira/colorize
- awesome-android-libraries - colorize
README
# Colorize
Android quick access to **1000+** pre-loaded **@colors**!
## Install
Add the dependency to your `build.gradle`
```groovy
dependencies {
compile 'com.cesarferreira.colorize:library:0.2.2'
}
```
## Usage
## Contributing
1. Fork it ( https://github.com/cesarferreira/colorize/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request