Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lriccardo committed Dec 8, 2021
2 parents a87b7dc + 2c52fc9 commit 5895be5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

A customizable and easy-to-use Timeline View library for Android

![header](https://github.com/lriccardo/TimelineView/blob/main/screens/header.png)
## Setup

### 1. Add Jitpack to your root build.gradle
Expand Down Expand Up @@ -36,6 +37,26 @@ dependencies {
app:indicator_color="@color/teal_700"
app:line_color="@color/teal_700" />
```
- View types
<table>
<th>View type</th>
<th>Preview</th>
<th>View type</th>
<th>Preview</th>
<tr>
<td>first</td>
<td><img src="https://github.com/lriccardo/TimelineView/blob/main/screens/first.jpg" alt="first" width="200"/></td>
<td>middle</td>
<td><img src="https://github.com/lriccardo/TimelineView/blob/main/screens/middle.jpg" alt="middle" width="200"/></td>
</tr>
<tr>
<td>last</td>
<td><img src="https://github.com/lriccardo/TimelineView/blob/main/screens/last.jpg" alt="last" width="200"/></td>
<td>spacer</td>
<td><img src="https://github.com/lriccardo/TimelineView/blob/main/screens/spacer.jpg" alt="spacer" width="200"/></td>
</tr>
</table>

- Customization

<table>
Expand Down

0 comments on commit 5895be5

Please sign in to comment.