-
Notifications
You must be signed in to change notification settings - Fork 11
Ideas #1
Description
Hey,
I'm using currently your version of the MaterialIntroView to add several IntroTours in my App. First of all, the sequences are awesome. But it would be nice to skip a tour. I know you can set dismissOnTouch to true, but this will dismiss the tour immediately. A callback to have the option to show a dialog would be nice.
And the dotview, it is nice to change the color, but it is not possible to set an alpha value. If you use the Intro mainly to explain Icons and Buttons, it is a little bit annoying to see an animated dot over the icon which is explained (even with the option to set the icon in the infobox).
Well both are actually simple to implement, I guess. But I'm more a Java guy than a Kotlin guy. Maybe these are changes you are also interested in and be able to do it quick. If not, well I fork it and try my best to do it by myself ;).