Skip to content

nanjingboy/TimeLineView

Repository files navigation

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