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

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

Utils For Layout JJScrenn, JJMargin, JJPadding
https://github.com/only-icesoul/jjlayoututils

Last synced: 3 months ago
JSON representation

Utils For Layout JJScrenn, JJMargin, JJPadding

Awesome Lists containing this project

README

        

# JJLayoutUtils

Utils For Layout JJScrenn, JJMargin, JJPadding and JJLayout (Layout custom views)

## 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:JJLayoutUtils:1.5'
}
```