-
-
Save skydoves/0908dc57de9e05efc0b8eeba5f16c626 to your computer and use it in GitHub Desktop.
preview_uimode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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