Add phone in landscape

pull/2038/head
Don Turner 3 months ago
parent 3fda0e3290
commit 357ec5ae02
No known key found for this signature in database

@ -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)

Loading…
Cancel
Save