Top "Bottombar" questions

BottomNavigationView with more than 3 Items: tab title is hiding

I'm using BottomNavigationView with using Android Support Design Library 25. But when I switch the tabs, the other tab's title is …

android bottombar
How to change BottomNavigationBarItem icon when selected, Flutter

I am new to Flutter. I have a BottomNavigationBar with 4 items. I want to change icon of the item when …

dart flutter bottombar
Error : IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents

Below are my dependencies implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.constraintlayout:constraintlayout:1.1.3…

android android-layout material-design bottombar
How to create a Navigation Drawer and Bottom Bar in the same app

I am creating an app, and I want to have a Navigation Drawer and a Bottom Bar in the app. …

android navigation-drawer bottombar
setOnNavigationItemSelectedListener deprecated

Currently I am working on an app which has a bottom navbar with three menu items. I had used setOnNavigationItemSelectedListener() …

java android bottombar
Android bottom navigation bar customization

I have successfully implementing simple bottom bar and it looks like picture 1. But I wanted to customize it further so …

android material-design bottomnavigationview android-bottomnav bottombar
Flutter | How to make custom button of BottomNavigationBar in flutter?

I want make a button with text and icon inside it, with custom background color and custom width. with fix …

android flutter flutter-layout bottombar
Change background color Bottom Bar android

I have a problem in my Android project. I can't change the color of the bottombar. This is how I …

android android-actionbar bottombar
Bottom bar fragment reload

These are my main activity and my fragment. I don't want to reload the fragment every time that I return …

android android-fragments android-viewpager reload bottombar