I don't actually know who deserves credit, but the...
# compose-wear
y
I don't actually know who deserves credit, but the Wear Specific previews in Android Studio Canary are pretty great. PR for sample project https://github.com/android/wear-os-samples/pull/206
Copy code
@Preview(
    apiLevel = 26,
    uiMode = Configuration.UI_MODE_TYPE_WATCH,
    showSystemUi = true,
    device = Devices.WEAR_OS_LARGE_ROUND
)
@Preview(
    apiLevel = 26,
    uiMode = Configuration.UI_MODE_TYPE_WATCH,
    showSystemUi = true,
    device = Devices.WEAR_OS_SQUARE
)
@Preview(
    apiLevel = 26,
    uiMode = Configuration.UI_MODE_TYPE_WATCH,
    showSystemUi = true,
    device = Devices.WEAR_OS_SMALL_ROUND
)
@Composable
fun PreviewCustomTimeText() {
message has been deleted
👀 2
👍🏽 1
👍 2