KalugaButtonStyle
The style to apply to a com.splendo.kaluga.resources.view.KalugaButton
Inheritors
Types
Link copied to clipboard
data class ImageOnly : KalugaButtonStyle.WithoutText<ButtonStateStyle.ImageOnly> , KalugaButtonStyle.WithImage<ButtonStateStyle.ImageOnly>
A KalugaButtonStyle.WithImage that only displays a ButtonImage
Link copied to clipboard
A KalugaButtonStyle.WithText that only displays text
Link copied to clipboard
A KalugaButtonStyle that adds an image to the com.splendo.kaluga.resources.view.KalugaButton
Link copied to clipboard
data class WithImageAndText : KalugaButtonStyle.WithText<ButtonStateStyle.WithImageAndText> , KalugaButtonStyle.WithImage<ButtonStateStyle.WithImageAndText>
A KalugaButtonStyle.WithText and KalugaButtonStyle.WithImage that displays both text and a ButtonImage
Link copied to clipboard
A KalugaButtonStyle.WithoutText that does not display any content
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
the StateStyle that the button is in by default
Link copied to clipboard
the StateStyle that the button is in when disabled
Link copied to clipboard
the StateStyle that the button is in when pressed
Functions
Link copied to clipboard
Gets the StateStyle of the button depending on the state