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

https://github.com/linarcx/smartlabel

A Composit Smart View
https://github.com/linarcx/smartlabel

Last synced: about 1 year ago
JSON representation

A Composit Smart View

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/LinArcX/SmartLabel.svg)](https://jitpack.io/#LinArcX/SmartLabel)

# SmartLabel
A Composit Smart View

## Preview
!["smartLabel"](assets/SmartLabelGithub.png "tvdoon")

# Setup
## 1. Provide the gradle dependency

Add it in your root build.gradle at the end of repositories:
```gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
Add the dependency:
```gradle
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.
```xml

```

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