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

https://github.com/Repsly/TimelineView


https://github.com/Repsly/TimelineView

android library timeline view

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

This is a fork of TimelineView for Repsly app.

# TimelineView

Library used to mark timeline items in list. It can be used for processes that take multiple steps like tracking online orders.
Support for both horizontal and vertical lists and a lot of customization options as shown in example below:

```xml

```

For more examples check sample app.

Screens
--------
![](screenshots/vertical.png)
![](screenshots/horizontal.png)

Installation
--------
Add jitpack to root gradle
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Add the dependency
```
compile 'com.github.repsly:TimelineView:v1.2'
```