Travis Griggs
01/24/2024, 9:26 PM@Preview(apiLevel = 33, showBackground=true)
annotation class MyPreview
to get a preapplied Preview arguments. Is it possible to parrot some of the other Preview options and pass them on to the @Preview, e.g. hieghtDp? so that I could do MyPreview(heightDp = 42) and then I'd get apiLevel = 33, showBackground=true, heightDp=42 at the @Preview level?Maksym M.
01/25/2024, 12:04 AMDaniel Pitts
01/25/2024, 2:40 AM