Android quick access to 1000+ pre-loaded @colors!
Install
Step 1: Add the JitPack repository to your build file
repositories {
maven {
url "https://jitpack.io"
}
}
Step 2: Add the dependency in the form
dependencies {
compile 'com.github.cesarferreira:colorize:0.2.0'
}
Usage
Contributing
- Fork it ( github.com/cesarferrei… )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request