-
-
Save skydoves/5961bee567f43bf86e32217db39f98b8 to your computer and use it in GitHub Desktop.
preview_custom
This file contains 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", 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