Alex Lockwood

Results 102 issues of Alex Lockwood

I have a sample project (which you can download here in [RoborazziSample.zip](https://github.com/takahirom/roborazzi/files/14872357/RoborazziSample.zip)) that runs the following test: ```kotlin @Test fun lazyColumnTest() { composeTestRule.setContent { LazyColumn { item { Text( modifier...