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

Hello, on certain phones the bottom nav title text is cut off. Is there a way around this? For example, my middle button's title is "Today's Workout." On all of...

I saw this guide in the wiki: https://github.com/sephiroth74/Material-BottomNavigation/wiki/Custom-Layout-Behavior on how to make the FAB Menu move together with the BottomNavigation. However, it doesn't seem to work anymore. Is there another...

Hi, Is there a way to make BottomNavigation right to left? ( the first item in menu XML sit on right of screen) i've tried adding android:layoutDirection="rtl" to View itself...

``` if(heightMode == -2147483648) { throw new IllegalArgumentException("layout_width must be equal to `match_parent`"); } ``` How should you use this in a ConstraintLayout with android:layout_width="0dp"?

How to hide shadow above bar? app:elevation="0dp" not work

Is there a way to force the BottomNavigation to use the shifting icons (no persistent title) with only 3 buttons? I know it automatically uses this style with 4-5 buttons...

It's possible to get the ID of a given item by index, but not the other way around. If we want to be able to use `setSelectedIndex()` to switch tabs...