Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 350 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 350 Bytes

TimeLineView

A simple Time Line View library for Android

Screenshot

TimeLineView Screenshot

Setup

  • In your build.gradle :
repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation 'com.github.nanjingboy:TimeLineView:1.2.0'
}

License

MIT