GiniScreenPreviewSizes

@Preview(name = "Font Scale 200%", group = "FontScale", fontScale = 2.0, showBackground = true)
@Preview(name = "Font Scale 100%", group = "FontScale", fontScale = 1.0, showBackground = true)
public @interface GiniScreenPreviewSizes

This annotation is used to preview the screen in different sizes (100% and 200% font scale) It can be combined with GiniScreenPreviewUiModes

See also