Package-level declarations

Types

Link copied to clipboard
sealed class KalugaButton

A button a KalugaButtonStyle applied

Link copied to clipboard
sealed class KalugaLabel

A label a KalugaTextStyle applied

Link copied to clipboard
sealed class RippleStyle

Style of Ripple effect to use when a android.widget.Button is configured with a KalugaButtonStyle

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Button.applyButtonStyle(style: KalugaButtonStyle, rippleStyle: RippleStyle = RippleStyle.ForegroundRipple)

Makes a android.widget.Button look as specified by a KalugaButtonStyle

Link copied to clipboard

Makes a TextView look as specified by a KalugaTextStyle

Link copied to clipboard
fun Button.bindButton(button: KalugaButton, rippleStyle: RippleStyle = RippleStyle.ForegroundRipple)

Makes a android.widget.Button look and behave according to a KalugaButton

Link copied to clipboard

Makes a TextView look like the specification of a KalugaLabel

Link copied to clipboard