Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 1c458fb

Browse files
committed
Updated read
1 parent a9889cb commit 1c458fb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# MaterialIntroTutorial
22
Android Library demonstrating a material intro tutorial much like the ones on Google Sheets
33

4-
This library shows a help or introduction tutorial into your application. Its inspired by the one in the Google Sheets Android app.
4+
This library creates an introduction screen for your application.
55
The help tutorial takes the background colour set for each page and when scrolling between the two pages, the two colours will fade into one another.
66

7+
Example:
8+
![](example-usage.gif)
9+
10+
711
[ ![Download](https://api.bintray.com/packages/spongebobrf/maven/MaterialIntroTutorial/images/download.svg) ](https://bintray.com/spongebobrf/maven/MaterialIntroTutorial/_latestVersion)
812

913
# Example Usage
@@ -35,14 +39,13 @@ In your activity, create a list of TutorialItems (set the title, subtitle, backg
3539
}
3640
```
3741
You should see a tutorial like below:
38-
![](example-usage.gif)
42+
3943

4044
This library is using the following:
4145
- CirclePageIndicator
4246
- Glide for image loading
4347
- Percent Support Library
4448

45-
4649
# License
4750

4851
Copyright (c) 2015 Rebecca Franks

0 commit comments

Comments
 (0)