-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support @Preview params "widthDp" and "heightDp" #559
Comments
So I got it working in a private project, it seems to work but one has to call I'll try to create a PR to add this functionality to Roborazzi this week |
Seems 2 or 3 more adjustments were necessary to make the Views look exactly as in the Previews and avoid using a ComposeTestRule, which was making the test execution considerably slower. One point to discuss will be the RoborazziTransparentTheme, which does I’ll create a PR today or tomorrow when I find time, which will also include support for “showBackground” and “backgroundColor”. |
Draft PR #576 |
I'd like to add support for "widthDp" and "heightDp" params
For that, I've tried the solution described in this page
but it does not seem to work. Could be that I am missing something?
The text was updated successfully, but these errors were encountered: