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

Thank you for this fantastic library. How can I show and hide bottom navigation in code? I tried **expand()** but it doesn't work.

I cannot create less than three items. Is this intended behavior? ``` $ adb logcat -b crash -d 02-07 15:34:55.487 27586 27586 E AndroidRuntime: FATAL EXCEPTION: main 02-07 15:34:55.487 27586...

If BottomNavigation backgroudnTint attribute was set in xml, then you cannot change it dynamically in code anymore. Is this library supported?

use setMenuItemEnabled() function , can not be success use android:visible="false" is same ` `

When I export my bundle and run it in release mode It crashes and I get this error `Caused by: android.view.InflateException: Binary XML file line #21 in com.apps.myapp/activity_main: Error inflating...

When I click a menu item the fragment doesn't shift, it remains the same as before.. the swipe feature is working fine (in viewpager). How do I solve this

The auto hide/show does not work when adding `app:layout_scrollFlags="scroll"` to `CollapsingToolbarLayout` Looks like other button navigation libraries have this issue too.

Is this library compatible with the jetpack navigation component ?

How can I set my own fragment to be listened to when a specific item on the navigation bar is clicked? I would appreciate help from any person. Thanks very...

Is there a way, to disable all labels even for an active item? They are not needed and i have 5 items within the bottom bar. One of the reasons...