You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
setClipBounds is currently only supported on API >= 18
In order to make it work on API < 18 in the same way that it works for >= 18 we would need to modify the ViewGroup and implement our own custom override to setClipBounds
Description
setClipBounds is currently only supported on API >= 18
In order to make it work on API < 18 in the same way that it works for >= 18 we would need to modify the ViewGroup and implement our own custom override to setClipBounds
For example
https://stackoverflow.com/questions/18724976/can-setclipbounds-be-called-on-a-view-before-it-has-been-drawn
Steps to Reproduce
Expected Behavior
Tests shouldn't fail
Actual Behavior
Tests do fail
Basic Information