Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Repsly/TimelineView
- Owner: Repsly
- Created: 2017-01-12T13:32:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T10:21:30.000Z (about 3 years ago)
- Last Synced: 2024-08-01T21:53:52.995Z (5 months ago)
- Topics: android, library, timeline, view
- Language: Java
- Size: 272 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Repsly/TimelineView - (Java)
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'
```