Package-level declarations

Contains the OudsThemeContract interface that can be implemented to create a new theme by overriding semantic and components tokens. Other files contains helpers to manage themes.

Types

Link copied to clipboard
Link copied to clipboard

An interface to create an OUDS supported theme.

Link copied to clipboard
data class OudsThemeSettings(val roundedCornerButtons: Boolean? = null, val roundedCornerTextInputs: Boolean? = null) : Parcelable

Theme settings.

Link copied to clipboard