Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

How to hide the BottomNavigationView below keyboard with adjustResize set

According to the material design spec, when the keyboard appears, the BottomNavigationView should hide underneath it. However, if I set …

android android-softkeyboard bottomnavigationview
How can I add a menu dynamically to bottom navigation view?

Android has new ui element - BottomNavigationView I don't want to contain my menus in the xml files. I will …

android android-view bottomnavigationview
Restoring fragment state when changing fragments through bottom navigation bar

I have bottom navigation bar on click of item in navigation bar i am replacing fragments. I have 3 fragments A,…

android android-fragments navigationbar bottomnavigationview
Inflate Bottom Navigation View menu programmatically

Bottom Navigation View has been added to version 25 of the Design Support Library. Tried and it's much easier to use …

android menuitem bottomnavigationview inflate-exception
Android - how to get height of bottomnavigationview

I create a bottom navigation view. I try to get height of bottom navigation view. Material design says that the …

android material-design bottomnavigationview
Cannot resolve method 'setShiftingMode(Boolean)' in BottomNavigationView

After upgrading to latest support library '28.0.0-alpha1' I cannot disable shifting mode in my BottomNavigationView i.e. the …

android android-support-library bottomnavigationview
How to programmatically select BottomNavigationBar Tab in Flutter instead of built in onTap callback?

I have been working with BottomNavigationBar in the flutter, but I am not able to select a Tab programmatically outside …

dart flutter bottomnavigationview material-components
Set no item pre-selected in Bottom Navigation view

I'm adding the new Bottom Navigation View from the material design library to a project, and I would like to …

android bottomnavigationview
Error inflating class com.google.android.material.bottomnavigation.BottomNavigationView

I'm trying to add BottomNavigationView to my layout with this library: implementation 'com.google.android.material:material:1.0.0' This is …

android bottomnavigationview material-components
Bottom Navigation View menu item title size

Good Morning, i am using bottom navigation view to do my bottom menu. and now the title is too big …

android bottomnavigationview