material-intro-screen icon indicating copy to clipboard operation
material-intro-screen copied to clipboard

Inspired by Heinrich Reimer Material Intro and developed with love from scratch

Results 60 material-intro-screen issues
Sort by recently updated
recently updated
newest added

Web link support in SlideFragment. SlideFragment's title and description are supported tag in the text resource (it will be a clickable web link).

When we're creating a custom slide, we need to know the padding that we should add at the bottom, and I couldn't find this value anywhere in the docs, so...

Sometimes it might be useful to disable the "back" function on the intro screen, so once the user have already finished with one slide he won't be able to come...

Able to change text color and typeface for title and description. Able to change selected dot color for InkPagerIndicator

How can I set pressed color on next, back and skip button? I tryed to search on the library but I didn't find anything. Can someone help me?

Hello, is it possible to create some transparent fragments and keep a grandient background or still image without running along with the slide? And can I leave any fixed component?...

Added support for special permissions - Draw over other apps - Modify system settings Users can now specify ` Manifest.permission.WRITE_SETTINGS, Manifest.permission.SYSTEM_ALERT_WINDOW ` When setting neededPermissions or possiblePermissions _Tested on OnePlus...

Buttons: previous, next, finish,...

question

Found the issue while Publishing the app on Google Play Store ![image](https://github.com/user-attachments/assets/a0f783ce-58eb-4f3f-88b8-241e5ddb796a) Exception java.lang.NullPointerException: Attempt to read from null array at io.github.dreierf.materialintroscreen.widgets.InkPageIndicator.setSelectedPage (InkPageIndicator.java:483) at io.github.dreierf.materialintroscreen.widgets.InkPageIndicator.onPageSelected (InkPageIndicator.java:158) at io.github.dreierf.materialintroscreen.widgets.CustomViewPager.dispatchOnPageSelected (CustomViewPager.java:1946) at...