Skip to content

Liz is an Android theme library which helos devs easily make their app customizable from the user.

License

Notifications You must be signed in to change notification settings

UnevenSoftware/Liz

Repository files navigation

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

About

Liz is an Android theme library which helos devs easily make their app customizable from the user.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages