Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Repsly/TimelineView


https://github.com/Repsly/TimelineView

android library timeline view

Last synced: 2 months 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'
```