MaterialIntroTutorial icon indicating copy to clipboard operation
MaterialIntroTutorial copied to clipboard

[DEPRECATED] Library demonstrating a material intro tutorial much like the ones on Google Sheets

Results 15 MaterialIntroTutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

To improve the layout, if titles are empty is a good idea to set visibility _GONE_ Customize button labels adding new attribute on _TutorialItem_ , support for different languages.

I'd like to set the colors programmatically like so: ```java TutorialItem tutorialItem1 = new TutorialItem( context.getString(R.string.slide_1_african_story_books), context.getString(R.string.slide_1_african_story_books_subtitle), android.graphics.Color.rgb(255, 0, 0), //

Getting this error while adding the dependency to my project

Hi thanks for the great project. Do we have an option to set background image. Like this https://github.com/ihsanbal/SlidingIntoView

Hi! Very nice tutorial! Would it be possible to add an optional "parallax" effect maybe between the foreground and background drawables, a bit like Google's one? Thank you, and compliments...