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
- Host: GitHub
- URL: https://github.com/only-icesoul/jjlayoututils
- Owner: Only-IceSoul
- License: apache-2.0
- Created: 2020-01-11T19:34:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T15:09:50.000Z (over 5 years ago)
- Last Synced: 2025-01-22T21:11:56.842Z (4 months ago)
- Language: Kotlin
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```