Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

Is there a way to have different icon/color for selected state of Android's BottomNavigationView?

The following is the XML for my current BottomNavigationView. Currently, all three of the icon drawables are unfilled icons with …

android bottomnavigationview android-bottomnav
Bottom Navigation bar moves up with keyboard

I am using scroll view in a fragment but the screen does not scroll up when the keyboard is shown …

android xml scrollview bottomnavigationview
Bottom Navigation Bar not showing icons or text

I'm having a little bit of trouble trying to implement a Bottom Navigation Bar with icons and text in my …

android android-fragments android-tablayout bottomnavigationview android-bottomnav
FloatingActionButton with BottomNavigationView

I cant position my FAB. It should be bottom right, but on top of the BottonNavigationView. 1) Can i achieve this …

android xml bottomnavigationview
Solved: How to add dividers in Bottom Navigation View

I'm trying to add divider in menu items of BottomNavigationView All items are showing horizontally in the bottom but I'm …

android menuitem bottomnavigationview
Android BottomNavigationView evenly spaced icons

I have a BottomNavigationView with five items. The default behavior is to only show the label of the selected item …

android android-toolbar bottomnavigationview
How to change android jetpack compose bottomAppBar icon tint color?

BottomNavigationBar() can only take the background and contentColor but there is no option for tint color.

android kotlin bottomnavigationview android-jetpack-compose android-bottomnavigationview