Questions tagged [android-bottomnavigationview]

130 questions
0
votes
1 answer

AndroidX Navigation up affordance

im using the AndroidX Navigation Library, it works like a charme so far. But im struggle to control when the "home as up" button gets shown on the toolbar/actionbar. Im using a BottomNavigation, so all items shown in it should not display "home as…
Kitesurfer
  • 3,438
  • 2
  • 29
  • 47
0
votes
1 answer

Changing items of bottom navigation bar in android

I wanted to add more than 5 items in the bottom navigation but it allows only 5 items. So I thought to add the screen from where user can change the items at the bottom navigation whichever he wants. I have seen this kind of behaviour in IOS…
0
votes
2 answers

How to use the methods defined in switch case of a "Activity A" in another activity named "Activity B" in android?

I have "Activity A" and "Activity B".In "Activity A",bottomnavigation bar is working perfectly fine.Now i need the same bottomnavigation bar of "Activity A" to get worked in "Activity B".I have created the same layout of bottomnavigation bar in…
0
votes
1 answer

How to use bottom navigation bar and side navigation bar together, my side navigation button is not showing when i but bottom navigation

I am using both navigation bar and bottom navigation bar together but my side navigation-drawer is not showing, where I am put FrameLayout and bottom navigation code.
0
votes
2 answers

BottomNavigationView's menu don't selected

It works well when I just created BottomNavigationView alone. But Using BottomNavigationView with Fragment has problem. The problem is Fragment changing well, but BottomNavigationView menu is fixed on 1st menu. Where do i need to set…
0
votes
1 answer

Is there a way to prevent the bottom navigation from getting back to every visited tab before existing the app?

I've a 4 tab bottom navigation used with the navigation component for setup. The problem is, after navigating through the tab of the bottom nav for a while, pressing the back button takes me through every fragment/tab I've visited before getting…
0
votes
1 answer

Toolbar in the wrong location on BottomNavigationView

I'm building an app and when I load the view with the BottomNavigationView, I have odd issues all the time, sometimes, I have an extra space and other times, the toolbar is wrongly located, for example: With bottom navigation: Without bottom…
0
votes
2 answers

BottomNavigationView not display properly

I want to remove the extra space from the navigation bar to the bottom of my screen. As you can see below: My BottomNavigationView leaves some space below it and I have no idea why. The layout that contains theBottomNavigationView is very…
Tamir Abutbul
  • 7,301
  • 7
  • 25
  • 53
-1
votes
1 answer

BottomNavigationBar with custom highlight graphics

Our designer gave me this sketch of a bottom navigation bar. The circle below the first item indicates that it is selected. How should one implement this highlighting mechanism? Is it possible to use selectors for this purpose?
-1
votes
1 answer

How to fix bottom navigation bar not showing correctly

I'm having the problem that when I trying to switch between the menu item. The menu item will not pointing to the correct icon. here is the flow when i found this problem starting at the (Home)fragment,then press on the second menu item (Features…
qing
  • 67
  • 1
  • 10
1 2 3
8
9