MrEngineer13 / SnackBar

toast-like alert pattern for Android inspired by the Google Material Design Spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translucent Mode - SnackBar behind NavigationBar

Kadrei opened this issue · comments

When windowTranslucentNavigation is set to true, the Snackbar appears behind the Navigationbar. There should be an option to add a bottom Padding to it.

screenshot_2014-11-04-21-45-38

Alternativly someone could setPadding on containerview via getContainerView (didnt see that method at first and thought theres no way to get that). So it's propably not really an Issue.