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 want to go related activity when item is clicked.

I would like to show text color and icon both when item isn't selected. For eg, When bbn_itemColorActive = Blue Color and When item isn't bbn_itemColorInactive = Gray. how to...

``` public interface OnMenuItemSelectionListener { void onMenuItemSelect(@IdRes int var1, int var2, boolean var3); void onMenuItemReselect(@IdRes int var1, int var2, boolean var3); } ``` is kinda hard to use without digging...

Is it possible to add items by Java code and not only by XML? Because I have to use vector drawables as icons and I can only get them programmatically.

Hello @sephiroth, Thanks for great library. I want to use this bottom navigation all over the app like TabViewController in iOS. How can i implement with this. Please give some...

hello,your behavior effect is very good 。 Behavior can be extracted separately?

This is working for blur #27

that would be a good idea to integrate this feature to the background of the bottomnavigation view x [realtimeeffect](https://github.com/mmin18/RealtimeBlurView). It is best to provide a method simply to allow custom...

The second icon is activated initially. After selecting it and selecting another item it backs to normal. Check attached screenshots ![screenshot_20160810-164611](https://cloud.githubusercontent.com/assets/2484936/17554257/1fe66d52-5f1b-11e6-8a9b-3f4945f9c6cd.png) ![screenshot_20160810-164620](https://cloud.githubusercontent.com/assets/2484936/17554255/1fe4c092-5f1b-11e6-825f-8c7ff589d8c3.png) ![screenshot_20160810-164624](https://cloud.githubusercontent.com/assets/2484936/17554256/1fe5d432-5f1b-11e6-95c8-956b23f89e00.png)