material-components-android
material-components-android copied to clipboard
[BottomNavigationView] Add attributes to control the handling of insets
Hey there!
Thanks for putting up a PR!
I authored https://github.com/material-components/material-components-android/commit/c66633b385d20b44bdd632b1c736dd512f4ea1c6.
I think it would be helpful to know a little more about why you need granular control of just the bottom inset. In the case of NavigationRailView, sometimes you need to have the top of the view not be padded it (e.g. because it is below a toolbar or something and the above view is consuming the top inset) but you still need the bottom of the view to be padded in to dodge the system navigation bar. Is there a scenario for this same sort of use case for BottomNavigationView? I think it would be really helpful to know when you might want to opt out of bottom insets.
Thanks!
any news?
until now, nothing?