项目作者: characterdog

项目描述 :
Material Color Palette Library
高级语言: Java
项目地址: git://github.com/characterdog/materialcolor.git
创建时间: 2018-11-30T16:34:14Z
项目社区:https://github.com/characterdog/materialcolor

开源协议:GNU General Public License v3.0

下载


This project currently receives little to no maintenance by myself. Feel free to fork it!

Material Color Palette Library

Release

Use material colors in your project with ease: Instead of manually looking up the hexcodes, use @color/material_color_orange_500.

Installation

Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:

  1. allprojects {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. }
  5. }

Step 2. Add the dependency (use the version number from the JitPack badge above):

  1. dependencies {
  2. compile 'com.github.characterdog:materialcolor:1.0'
  3. }

Demo app

Get it on F-Droid
Get it on Google Play

Translations

Translations are managed via Crowdin. Translations need to be approved before I can merge them. Please do not hesitate to contact me via Crowdin or GitHub issue if you want to become proofreader or if you want to request a language.

License

Both, app and library, are published under GNU General Public License v3.0 or later.

Google Play and the Google Play logo are trademarks of Google LLC.