Slide 79
Slide 79 text
Access to @Preview properties
79
Showkase
Only group, name, widthDp, heightDp can be accessed
To pass other optional information, it is necessary to encode it
into a group property, etc.
Example: @Preview(group="ja-night", locale = "ja",
uiMode = UI_MODE_NIGHT_YES)
Composable Preview Scanner
All properties can be accessed
If you want to use the full @Preview information, this library is
recommended