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
I encountered this issue on Android when trying to set the corner radius. The corner radius could not go beyond a particular value so I added a background color and this is what a I saw. It seems there is another view behind the background view whose radius is set and there is no way to access its properties.
To reproduce try setting a corner radius greater than 30 something like 60.
The text was updated successfully, but these errors were encountered:
I encountered this issue on Android when trying to set the corner radius. The corner radius could not go beyond a particular value so I added a background color and this is what a I saw. It seems there is another view behind the background view whose radius is set and there is no way to access its properties.
The text was updated successfully, but these errors were encountered: