LinArcX / SmartLabel

A Composit Smart View

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartLabel

A Composit Smart View

Preview

"smartLabel"

Setup

1. Provide the gradle dependency

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Add the dependency:

dependencies {
	compile 'com.github.LinArcX:SmartLabel:0.1.2'
}

2. How to use

Add the SmartLabel in your layout file and customize it the way you like it.

Documanation is Here: https://jitpack.io/com/github/LinArcX/SmartLabel/0.1.0/javadoc/

About

A Composit Smart View

License:MIT License


Languages

Language:Java 100.0%