Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

Remove BottomNavigationView labels

Google released new support library v25 with BottomNavigationView is there any way to remove items labels ?

android android-support-library androiddesignsupport bottomnavigationview
item selected color in android BottomNavigationView

I refer this. Schedules Activity is appeared when I click Schedules, but first item color (Favorites) is always selected. It …

android select colors bottomnavigationview
How to remove icon animation for bottom navigation view in android

I have implemented Bottom Navigation View from Design Support Library 25 in my project. I have 5 icons in the view. whenever …

android animation icons bottomnavigationview android-bottomnav
Fragment re-created on bottom navigation view item selected

Following is my code for bottom navigation view item selected bottomNavigationView.setOnNavigationItemSelectedListener(new BottomNavigationView.OnNavigationItemSelectedListener() { @Override public boolean onNavigationItemSelected(@NonNull …

android android-fragments android-support-library bottomnavigationview
Set initially selected item index/id in BottomNavigationView

I have implemented BottomNavigationView and have no idea how to set selection index or MenuItem id (in my case, middle …

android android-design-library androiddesignsupport selectedindex bottomnavigationview
How to increase icon size in android bottom navigation layout?

I am using the bottom layout navigation style in android that was recently introduced by google in design library 25. In …

android bottomnavigationview
Background color change in BottomNavigationView

I have implemented BottomNavigationView which is available from the new support library 25.0.0. Here is my code for that <android.…

android bottomnavigationview
Remove Animation/Shifting mode from BottomNavigationView android

i am building an application in which i have a BottomNavigationView. Everything works fine until i get to the Activity. …

android bottomnavigationview android-bottomnav
How to use BottomNavigationBar with Navigator?

The Flutter Gallery example of BottomNavigationBar uses a Stack of FadeTransitions in the body of the Scaffold. I feel it …

flutter dart flutter-layout bottomnavigationview navigator