-
Notifications
You must be signed in to change notification settings - Fork 58
Slide
Add a title to your Slide. If you call both withTitle()
methods, the last one called is the one that will be used.
Add a description to your Slide. You can either have a description or an Option
. If you use both, the last called will be used. If you call both withDescription()
methods, the last one called is the one that will be used.
Add a image to your slide. It can be any of the through Drawable
supported image types.
Add a color to your Slide. It will be used as the background of the screen. If you call both withColor()
methods, the last one called is the one that will be used.
Add an Option
to your Slide. See the Option wiki page for more info about that.
A method which is used internally to resolve resources. Don't call this method yourself.