Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 9, 2024 12:15
Show Gist options
  • Select an option

  • Save skydoves/0908dc57de9e05efc0b8eeba5f16c626 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/0908dc57de9e05efc0b8eeba5f16c626 to your computer and use it in GitHub Desktop.
preview_uimode
@Preview(name = "light mode")
@Preview(name = "dark mode", uiMode = Configuration.UI_MODE_NIGHT_YES)
@Composable
private fun MyPreview() {
..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment