Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unevensoftware/liz
Liz is an Android theme library which helos devs easily make their app customizable from the user.
https://github.com/unevensoftware/liz
android android-library help-wanted material-design theme
Last synced: 3 months ago
JSON representation
Liz is an Android theme library which helos devs easily make their app customizable from the user.
- Host: GitHub
- URL: https://github.com/unevensoftware/liz
- Owner: UnevenSoftware
- License: gpl-3.0
- Created: 2017-10-15T18:15:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T11:56:10.000Z (over 6 years ago)
- Last Synced: 2023-10-26T01:26:37.223Z (over 1 year ago)
- Topics: android, android-library, help-wanted, material-design, theme
- Language: Java
- Homepage:
- Size: 227 KB
- Stars: 22
- Watchers: 5
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liz
[![](https://jitpack.io/v/com.github.HoraApps/Liz.svg)](https://jitpack.io/#com.github.HoraApps/Liz)Add support to themes in your app.
Usage example [LeafPic](https://github.com/HoraApps/LeafPic)
## Setup:
### Gradle Dependency:
*Liz* is available on [**jitpack.io**](https://jitpack.io/#com.github.HoraApps/Liz).
Add this in your root `build.gradle` file (**not** your module `build.gradle` file):
```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```Add this in your module `build.gradle` file:
```gradledependencies {
implementation 'com.github.HoraApps:Liz:-SNAPSHOT'
}
```