Package-level declarations

This package provides internal helper classes and extensions used across the core module to support component logic and layout management.

Types

Link copied to clipboard
@Preview(device = "id:Nexus 5")
annotation class OudsPreview

Preview annotation to display a composable in light mode.

Link copied to clipboard
@Preview(name = "Light", device = "id:Nexus 5")
@Preview(name = "Dark", uiMode = 33, device = "id:Nexus 5")
annotation class OudsPreviewLightDark

Preview annotation to display a composable in both light and dark modes.

Properties

Link copied to clipboard

The device used in the OUDS preview environment.