https://github.com/only-icesoul/jjlayoutplus
Require JJLayout.
https://github.com/only-icesoul/jjlayoutplus
Last synced: 3 months ago
JSON representation
Require JJLayout.
- Host: GitHub
- URL: https://github.com/only-icesoul/jjlayoutplus
- Owner: Only-IceSoul
- License: apache-2.0
- Created: 2020-06-04T23:09:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T16:27:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T21:11:56.622Z (5 months ago)
- Language: Kotlin
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**