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
When using the Snackbar with a bottom tabbed page on Xamarin forms, it is displayed on top of the navigation bar. According to Material Design, the Snackbar should float above the navigation bar, as seen here.
I'm not sure how feasible this is, but it would be a great feature, considering Xamarin forms just added support for bottom tabbed pages on Android.
Thanks!
The text was updated successfully, but these errors were encountered:
For future references, the property BottomOffset will be removed in version 1.4.1.0. You can use the property Margin for adjusting the thickness of both sides of the snackbar from the screen.
When using the Snackbar with a bottom tabbed page on Xamarin forms, it is displayed on top of the navigation bar. According to Material Design, the Snackbar should float above the navigation bar, as seen here.
I'm not sure how feasible this is, but it would be a great feature, considering Xamarin forms just added support for bottom tabbed pages on Android.
Thanks!
The text was updated successfully, but these errors were encountered: