From 2c1a89c11fe9593058fbb7e0873fe9be956c575f Mon Sep 17 00:00:00 2001 From: Amit Kar Date: Sat, 6 Jun 2020 14:11:45 +0530 Subject: [PATCH] updated readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0915732..6eaa1d9 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ Sample usage of this library are shown below, -- Add this in your XML + 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, @@ -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 \ No newline at end of file