小工具 - Colorize

900 阅读1分钟
原文链接: github.com

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

  1. Fork it ( github.com/cesarferrei… )
  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