Material Color Palette Library
Use material colors in your project with ease: Instead of manually looking up the hexcodes, use @color/material_color_orange_500
.
Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency (use the version number from the JitPack badge above):
dependencies {
compile 'com.github.characterdog:materialcolor:1.0'
}
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.
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.