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
Current design has a lot of shadows on different places with surrounded bounding boxes.
Fast way to have a similar implementation in Xamarin Forms is by using the Frame control.
But this control is not very handy to work with and is very fixed ( at least on Android ).
Maybe we can opt out of the use of it? But this means we need to have another solution for drawing bounding boxes with shadow.
The text was updated successfully, but these errors were encountered:
Current design has a lot of shadows on different places with surrounded bounding boxes.
Fast way to have a similar implementation in Xamarin Forms is by using the Frame control.
But this control is not very handy to work with and is very fixed ( at least on Android ).
Maybe we can opt out of the use of it? But this means we need to have another solution for drawing bounding boxes with shadow.
The text was updated successfully, but these errors were encountered: