PreviewTabletBothMode

@Preview(name = "Day mode", device = "spec:parent=pixel_tablet,orientation=portrait", uiMode = 16, backgroundColor = 4294967295, showBackground = true)
@Preview(name = "Night mode", device = "spec:parent=pixel_tablet,orientation=portrait", uiMode = 32, backgroundColor = 4278190080, showBackground = true)
@Preview(name = "Scaled font", device = "spec:parent=pixel_tablet,orientation=portrait", uiMode = 16, backgroundColor = 4294967295, showBackground = true, fontScale = 1.5)
annotation class PreviewTabletBothMode

Creates two previews on a Pixel tablet device for light and dark mode.