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 noticed you have commented out the lines for uploading javadoc artifact in [this file ](https://github.com/sephiroth74/Material-BottomNavigation/blob/master/bottom-navigation/build.gradle#L42)

Hi all, I just started using this library but I cannot seem to find a way to disable the ripple effect when an item is selected. Am I missing something...

Hi, Thanks for the great lib! I've faced an issue when tried to set up BottomNavigation with menu containing items with vector drawables. Note: the same drawable works with native...

I need to switch between bottom nav items programmatically. Has this feature been implemented? I couldn't find anything about this.

Is there a way to change background of the selected item only instead of all menu color? in order to achieve this: ![screen shot 2017-03-15 at 17 55 45](https://cloud.githubusercontent.com/assets/8579320/23958041/92954fb0-09a9-11e7-8f88-0c9fe9c04911.JPG)

Hello, Usually Talkback reads the title of menu items, but noticed that isn't happening with the items in the bottom navigation view. Is there anything I should be doing to...

bug

If you disable some menu items, then recreate the Activity, the disabled items will be enabled again. The view should save the disabled items to the `Parcelable`, and restore them.

Hi, It seems this library uses minsdk version 16. It is not possible to decrease it into 15?