Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
easedroid committed Jun 6, 2020
1 parent cf2a80b commit 2c1a89c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ Sample usage of this library are shown below,
-- Add this in your XML

<com.bannerview.ui.SliderView
android:id="@+id/slider"
android:layout_width="match_parent"
android:layout_height="300dp"/>
android:id="@+id/slider"
android:layout_width="match_parent"
android:layout_height="300dp"
app:indicator_gravity="CENTER"
app:auto_hide_indicator="true"/>
-- initiate this view in you activity like this,

Expand Down Expand Up @@ -60,7 +62,7 @@ Sample usage of this library are shown below,
slider.setUpSliderView(builder)

That's it. It will be modified as your need. I will update other usage very soon.
That's it. It can be modified as your need. I will update other usage very soon.

--#Stay Tuned

0 comments on commit 2c1a89c

Please sign in to comment.