-
Notifications
You must be signed in to change notification settings - Fork 531
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
Introduce shadows to properly lay out TextViews #2057
Comments
In Also, I didn't see |
…tyTest (#2189) * remove unnecessary runon * add doc and bind with OppiaTestRule * fix typo
@anandwana001 Actually, those tests didn't fail when we didn't merge PR #1923, they were passing because of this issue. So, those tests can't be considered right in robolectric until this issue is resolved. |
See #1923 for context. We need to introduce a custom Paint shadow class that extends Robolectric's which actually computes the correct size for text in TextViews so that we can test wrapping & other scenarios.
The text was updated successfully, but these errors were encountered: