Update core/ui/src/main/kotlin/com/google/samples/apps/nowinandroid/core/ui/DevicePreviews.kt

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
adaptive-previews-device-classes
Eric Schmidt 3 weeks ago committed by GitHub
parent 5916a4c923
commit d233f6a773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@ import androidx.compose.ui.tooling.preview.Devices
* to render various devices.
*/
@Preview(showBackground = true, name = "phone", device = Devices.PHONE)
@Preview(showBackground = true, name = "desktop", device = Devices.DESKTOP)
@Preview(showBackground = true, name = "foldable", device = Devices.FOLDABLE)
@Preview(showBackground = true, name = "tablet", device = Devices.TABLET)
@Preview(showBackground = true, name = "desktop", device = Devices.DESKTOP)
annotation class DevicePreviews

Loading…
Cancel
Save