Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

Android BottomNavigationView items showing without text also layout does not hiding on scroll

Hello Guys I have implemented design library BottomNavigationView. Its works perfectly but I don't know why my menu icon are …

android bottomnavigationview
How to combine BottomAppBar + FAB with BottomNavigationView

I want to use the FloatingActionButton, along with its behaviour when anchored on a BottomAppBar, on top of a BottomNavigationView. …

android android-layout android-xml bottomnavigationview android-bottomappbar
BottomNavigationView - How to get selected menu item?

I used BottomNavigationView to switch fragments. How to get currently selected menu item, to prevent reopening fragment ? BottomNavigationView bottomNavigationView = (BottomNavigationView) …

android bottomnavigationview
Changing BottomNavigationView's Icon Size

I have been experimenting with the new BottomNavigationView and trying to customise it. So far I have managed to change …

android bottomnavigationview
Bottom Navigation View highlight selected item

I have added Bottom Navigation View to my activity XMl. I am unable to set the default checked item from …

android material-design bottomnavigationview
How to increase Bottom Navigation View height along with its icon and text sizes in android?

I am using compile 'com.android.support:design:25.0.0' Android Bottom Navigation View and its height is is fixed and …

android android-support-library bottomnavigationview
Force showing icon and title in BottomNavigationView support android

After adding 4 items in my menu.xml file for the BottomNavigationView it shows only selected item title and hides all …

android android-layout bottomnavigationview
viewpager using bottom navigation view is not swiping the fragments

I want to swipe the tabs given at bottom. For that I have used ViewPager using BottomNavigationView by this. My …

android android-fragments android-viewpager bottomnavigationview
BottomNavigationView using androidx

I have created some app and I had like to insert to it a BottomNavigationView. The code worked perfectly however …

android androidx bottomnavigationview material-components material-components-android