From b2f3763039fcf2e2f6b5696ae01f8a89e96ce01c Mon Sep 17 00:00:00 2001 From: Amar Jain Date: Thu, 30 Dec 2021 22:57:42 +0530 Subject: [PATCH] Update README --- README.md | 64 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 7d569fb..16387f9 100644 --- a/README.md +++ b/README.md @@ -5,48 +5,52 @@ Sticky header and footer for android ScrollView. ### Install -Add jitpack to your root `build.gradle` -``` - allprojects { - repositories { - ... - maven { url "https://jitpack.io" } - } +Add jitpack to your root's `build.gradle` +```groovy +allprojects { + repositories { + maven { url "https://jitpack.io" } } +} ``` Add the dependency ```groovy - dependencies { - implementation 'com.github.amarjain07:StickyScrollView:' - } +dependencies { + implementation 'com.github.amarjain07:StickyScrollView:' +} ``` ### Usage ```xml - - + + + + ... + + - - ... - - - ... - + ... - + + ``` ### Demo