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 59 material-intro-screen issues
Sort by recently updated
recently updated
newest added

How can I use vector xml drawable in Android pre-Lollipop? I just trying to use code like this: ``` addSlide(SlideFragmentBuilder() .backgroundColor(R.color.color_secondary) .buttonsColor(R.color.colorAccent) .image(R.drawable.vector_drawable) .title("Text.") .description("Text.") .build()) ``` Vector image looks...

For both strings.xml files of the project

Parabéns pelo Projeto. No SlideFragment Custom, não entendo porque o EditText fica em baixo do teclado. Como resolver isso?

I added an intro activity to my app, but I realized that if the user presses the back button while viewing the first slide, the activity will simply close. This...

If try hard, users can skip "unskippable" pages while dragging - like the one with license acceptance from your sample. I went on dragging with 2 fingers one by one....

Added 2 attributes to SlideFragmentBuilder to set the style of the text for title and description. I was needing the functionality for a project so I implemented it... Let me...

Could this option be added? It's strange to have the whole application in one language and the buttons always in english. Maybe the translation string could be passed as a...

You can get the handler when all the slides will finish.

It would be useful if we can use clickable web links in the text resource. Like: This is a text with weblinkGoogle Please add the next things to the txt_title_slide's...

enhancement