Material-BottomNavigation icon indicating copy to clipboard operation
Material-BottomNavigation copied to clipboard

Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html

Results 53 Material-BottomNavigation issues
Sort by recently updated
recently updated
newest added

I have a main activity which contains container for fragments and a control for bottom navigation: ``` ``` then the fragment view contain FloatingActionButton, but the button is overlaped with...

Would it be possible to add a cross-fade animation when switching views, like it is stated in Material guidelines? ![bottomnav](https://cloud.githubusercontent.com/assets/3911627/16593856/6b648606-42b5-11e6-9dfe-ced668150c07.gif)

According to the doc , one can create shifting items in the bottom nav and there is a custom view for that called BottomNavigationShiftingItemView however its a internal class hence...