An open API service indexing awesome lists of open source software.

https://github.com/only-icesoul/jjlayoutplus

Require JJLayout.
https://github.com/only-icesoul/jjlayoutplus

Last synced: 3 months ago
JSON representation

Require JJLayout.

Awesome Lists containing this project

README

        

# JJLayoutPlus

Require JJLayout

## Usage

1.-Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2.- Add the dependency
```
dependencies {
implementation 'com.github.Only-IceSoul:JJLayoutPlus:TAGVERSION'
}
```

## Content

[Views](./views.md)

# LICENSE

**Apache 2.0**