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
- Host: GitHub
- URL: https://github.com/linarcx/smartlabel
- Owner: LinArcX
- License: mit
- Archived: true
- Created: 2017-07-12T15:31:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T11:32:47.000Z (over 8 years ago)
- Last Synced: 2025-03-02T05:15:21.842Z (over 1 year ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#LinArcX/SmartLabel)
# SmartLabel
A Composit Smart View
## Preview

# 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/