Ernestas
02/13/2026, 7:35 AMandroidx.Preview annotation in common code, but @PreviewLightDark is not supported yet?zsmb
02/13/2026, 9:12 AMzsmb
02/13/2026, 9:12 AMErnestas
02/13/2026, 9:15 AMAndroid Studio Panda 1 | 2025.3.1
This is what I see, if I'm trying to use @PreviewLightDarkzsmb
02/13/2026, 9:24 AMErnestas
02/13/2026, 9:25 AMzsmb
02/13/2026, 10:02 AMjordond
02/13/2026, 6:57 PM@Preview(name = "Light")
@Preview(name = "Dark", uiMode = AndroidUiModes.UI_MODE_NIGHT_YES or AndroidUiModes.UI_MODE_TYPE_NORMAL)
It’s the same thing the @PreviewLightDark does.Ernestas
03/30/2026, 5:36 AMAndroid Studio Panda 2 | 2025.3.2 but can't seem to get these working yet. Previews annotated with @PreviewLightDark are simply ignored in the preview window.zsmb
03/30/2026, 9:46 AM