androidx.compose.ui.tooling.preview

Interfaces

PreviewParameterProvider

Interface to be implemented by any provider of values that you want to be injected as @Preview parameters.

Cmn

Objects

Devices

List with the pre-defined devices available to be used in the preview.

Cmn
UiModes

List of ui modes available to be used in the preview.

Cmn
Wallpapers

Wallpapers available to be used in the Preview.

Cmn

Annotations

Preview

Preview can be applied to either of the following:

Cmn
PreviewDynamicColors

A MultiPreview annotation for desplaying a @Composable method using four different wallpaper colors.

Cmn
PreviewFontScale

A MultiPreview annotation for desplaying a @Composable method using seven standard font sizes.

Cmn
PreviewLightDark

A MultiPreview annotation for desplaying a @Composable method using light and dark themes.

Cmn
PreviewParameter

PreviewParameter can be applied to any parameter of a @Preview.

Cmn
PreviewScreenSizes

A MultiPreview annotation for displaying a @Composable method using the screen sizes of five different reference devices.

Cmn