/Liz

Theme library

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Liz

Add support to themes in your app.

Usage example LeafPic

Setup:

Gradle Dependency:

Liz is available on jitpack.io.

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Add this in your module build.gradle file:

dependencies {
    implementation 'com.github.HoraApps:Liz:-SNAPSHOT'
}