Only-IceSoul / JJLayoutUtils

Utils For Layout JJScrenn, JJMargin, JJPadding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
	}

About

Utils For Layout JJScrenn, JJMargin, JJPadding

License:Apache License 2.0


Languages

Language:Kotlin 100.0%