|
|
|
|
@ -24,6 +24,7 @@ import androidx.compose.ui.tooling.preview.Preview
|
|
|
|
|
* to render various devices.
|
|
|
|
|
*/
|
|
|
|
|
@Preview(name = "phone", device = Devices.PHONE, showBackground = true)
|
|
|
|
|
@Preview(name = "phone_in_landscape", widthDp = 891, heightDp = 411, showBackground = true)
|
|
|
|
|
@Preview(name = "foldable", device = Devices.FOLDABLE, showBackground = true)
|
|
|
|
|
@Preview(name = "tablet", device = Devices.TABLET, showBackground = true)
|
|
|
|
|
@Preview(name = "desktop", device = Devices.DESKTOP, showBackground = true)
|
|
|
|
|
|