Jetpack Compose Show Devices

@Preview(device = Devices.PIXEL_3A_XL)
@Composable
fun DefaultPreview() {
   Text(text = "Hello World")
}
Apollo