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

Commit eaabd09

Browse files
author
Laurent Meyer
committed
Modified README
1 parent 1e035de commit eaabd09

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ In your activity, create a list of TutorialItems (set the title, subtitle, backg
3131
TutorialItem tutorialItem1 = new TutorialItem(context.getString(R.string.slide_1_african_story_books), context.getString(R.string.slide_1_african_story_books_subtitle),
3232
R.color.slide_1, R.drawable.tut_page_1_front, R.drawable.tut_page_1_background);
3333

34+
// You can also add gifs, [IN BETA YET] (because Glide is awesome!)
35+
TutorialItem tutorialItem1 = new TutorialItem(context.getString(R.string.slide_1_african_story_books), context.getString(R.string.slide_1_african_story_books_subtitle),
36+
R.color.slide_1, R.drawable.gif_drawable, true);
37+
3438
...
3539

3640
ArrayList<TutorialItem> tutorialItems = new ArrayList<>();

0 commit comments

Comments
 (0)