Questions tagged [android-bottomnav]

Bottom navigation bars display three to five destinations at the bottom of a screen.

Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon.

270 questions
0
votes
2 answers

Invisible background in BottomNavigationBar

I want to set the background transparent, but I've tried everything and I can't set it. I let my XML code and a pic of the cell here:
0
votes
1 answer

bottom navigation view do not work with navigation component

I am using bottom navigation view with navigation component. I used nested navhost in this app, the bottom navigation menu is selected but do not show their fragment. I follow some code but it doesn't work. I tried this code MainFragment.kt class…
0
votes
2 answers

Custom bottom navigation bar layout

I want to create the following customized BottomNavigationBar. How can I set custom layout for the same? Can somebody tell me how to approach it ?
0
votes
2 answers

meow bottom navigation bar is not recogonised by android studio even after entering dependencies?

it giving me error in red, saying missing class even after entering these dependecies. build.gradel(project) buildscript { repositories { jcenter() } } plugins { id…
0
votes
1 answer

Bottom Navigation inside Navigation Drawer fragment

So, I am using Navigation Drawer created with Android Studio but in one of the created fragments I need to implement a BottomNavigationBar. I was searching on the web but could not find…
0
votes
1 answer

Bottom Nav Android Jetpack Compose issue

The below is an overview of the BottomNav implementation.The app shows the bottom Nav bar properly but when an item is selected, it calls the NavHost multiple times. I see a similar issue for Jetpack compose samples…
0
votes
1 answer

Why I cannot type in Searchview inside tablayout fragment?

I have a main activity with a bottomnav bar, include a fragment name library, and inside library fragment I have a tablayout holds another 2 fragment like this. So the problem is, the SearchView inside the tablayout fragment item cannot be typed in.…
0
votes
2 answers

BottomNavigation.setVisibility doesn't work

I create an application and use a BottomNavigationView in it and one of the fragments calls the other fragment through the adapter. I am trying to make the BottomNavigationView disappear when this fragment is called, for this I use setVisibility ().…
lin
  • 1
  • 1
  • 3
0
votes
1 answer

How to open search interface over BottomNavigationView's fragment?

I want to implement an interface having BottomNavigationView where clicking on the top search bar opens the next interface shown in figure 2. I have implemented BottomNavigationView. But unable to do that above said. Here is the code: public class…
0
votes
1 answer

What to do to deprecated BottomNavigationView OnNavigationItemSelectedListener?

I'm trying to practice building apps with Kotlin with Android Studio, I'm using the google material design Bottom Navigation Bar.. But when I use this, I get a…
0
votes
1 answer

Bottom Navigation with Navigation Component Creates New Fragment

I have a BottomNavigationView which I've bound to NavController using val navController: NavController by lazy { val navHostFragment = supportFragmentManager.findFragmentById(R.id.nav_host_fragment) as NavHostFragment …
0
votes
1 answer

Main activity Recycler View - Fragment switch

Apologies I am a novice and learning everyday. *Edited to respond to questions. My RecyclerView is placed in the mainActivity layout file and runs on app launch When I try to switch fragments the recyclerview still shows on fragment change. -The…
0
votes
2 answers

Why doesn't the Fragment size extend to screen size?

I have created a new bottom navigation activity using the android studio wizard. The problem seems to be the activity_main layout. The fragment view isn't extending to the top of the screen, but instead it's covered by the bottom navigation bar. No…
0
votes
1 answer

how to Custom Bottom Navigation Bar in Flutter

Can anyone help me how to achieve this customized bottom navigation bar in my app? I am new to flutter.
Shammah
  • 87
  • 10
0
votes
1 answer

How can I implement this particular "AnimatedBottomNavigationBar" for Android? Errors with methods

I implemented the BottomBar from this library https://github.com/Droppers/AnimatedBottomBar I created the tabs XML which is