Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri authored Feb 25, 2017
1 parent e79dfac commit 205f45a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Android Timeline View Library (Using RecyclerView) is simple implementation used
[ ![Download](https://api.bintray.com/packages/vipulasri/maven/TimelineView/images/download.svg) ](https://bintray.com/vipulasri/maven/TimelineView/_latestVersion) <a href="http://www.methodscount.com/?lib=com.github.vipulasri%3Atimelineview%3A1.0.4"><img src="https://img.shields.io/badge/Methods and size-49 | 6 KB-e91e63.svg"/></a>

### Badges/Featured In
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Timeline--View-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2923) [![Android Gems](http://www.android-gems.com/badge/vipulasri/Timeline-View.svg)](http://www.android-gems.com/lib/vipulasri/Timeline-View?lib_id=773)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Timeline--View-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2923) [![Android Gems](http://www.android-gems.com/badge/vipulasri/Timeline-View.svg)](http://www.android-gems.com/lib/vipulasri/Timeline-View?lib_id=773) [![AndroidDev Digest](https://img.shields.io/badge/AndroidDev%20Digest-%23126-blue.svg)](https://www.androiddevdigest.com/digest-126/)

### Screenshots of Sample Application

Expand Down Expand Up @@ -63,7 +63,7 @@ If you Watch this repository, GitHub will send you an email every time I publish

* In XML Layout :

``` java
``` java
<com.github.vipulasri.timelineview.TimelineView
android:id="@+id/time_marker"
android:layout_width="wrap_content"
Expand Down Expand Up @@ -111,8 +111,7 @@ If you Watch this repository, GitHub will send you an email every time I publish
</tr>
</table>


* RecyclerView Holder :
* RecyclerView Holder :
Your `RecyclerViewHolder` should have an extra paramenter in constructor i.e viewType from `onCreateViewHolder`. You would also have to call the method `initLine(viewType)` in constructor definition.

``` java
Expand Down

0 comments on commit 205f45a

Please sign in to comment.