-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More slide types #2
Comments
My bad, should have checked out the sample app before posting here :D |
I suggest adding a CustomView slide, which allows adding a View instead of the image. |
@Maxr1998 I think this is already possible using |
Or a modified simple slide with custom layout. Forget about my suggestion :D |
@Maxr1998 just call |
That's what I did, and that's why I said forget about it :) BTW @heinrichreimer did you see my PR? |
@Maxr1998 Perfect! Yes I've seen it, have to take a look at it when I'm home. |
Handle NullPointerException with updateButtonNextDrawable
This issue should track progress of more slide types.
Current slide types:
SimpleSlide
: Standard slide featuring a title, short description and image like Google's intros.FragmentSlide
: Custom slide containing aFragment
or a layout resource.Slide
: Base slide. If you want to modify what's shown in your slide this is the way to go.Ideas:
ParallaxSlide
: Slide that has multiple layers and creates a nice parallax effect.The text was updated successfully, but these errors were encountered: