Skip to content

characterdog/materialcolor

Repository files navigation

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:

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'
}

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.