Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Display Snackbar above persistent footer elements #23

Closed
eceowl opened this issue Oct 30, 2018 · 3 comments
Closed

Display Snackbar above persistent footer elements #23

eceowl opened this issue Oct 30, 2018 · 3 comments
Labels
enhancement New feature or request valid This issue/bug/feature request is valid

Comments

@eceowl
Copy link

eceowl commented Oct 30, 2018

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!

@contrix09
Copy link

Hi, I can add a double property in MaterialSnackbarConfiguration that can be used for offsetting the Snackbar above such elements.

@eceowl
Copy link
Author

eceowl commented Oct 30, 2018

Cool, I was thinking that would probably be the simplest solution.

@contrix09 contrix09 added enhancement New feature or request valid This issue/bug/feature request is valid labels Oct 30, 2018
@contrix09
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request valid This issue/bug/feature request is valid
Projects
None yet
Development

No branches or pull requests

1 participant