Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2024 03:47
Show Gist options
  • Save skydoves/5961bee567f43bf86e32217db39f98b8 to your computer and use it in GitHub Desktop.
Save skydoves/5961bee567f43bf86e32217db39f98b8 to your computer and use it in GitHub Desktop.
preview_custom
@Preview(name = "Light", showSystemUi = true, showBackground = true)
@Preview(name = "Dark", uiMode = UI_MODE_NIGHT_YES or UI_MODE_TYPE_NORMAL, showSystemUi = true, showBackground = true)
public annotation class MyPreviewLightDark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment