Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bottomnavigationview]

Questions related to bottom navigation bar. Bottom Navigation Bar menu item title,icon,populating content and and enabled states related issues. Bottom navigation bar item click listener, item background resource,item text color, inflate menu,max item count. Bottom Navigation Bar is an implementation of material design bottom navigation.

bottomnavigationview
0 votes
1 answer
44 views

instagram like bottom screen navigation

Here is Video of instagram bottom behaviour Hello i am trying to achieve bottom screen navigation as like Instagram in flutter. i have tried tab bar,bottom bar but i am not able to achieve it. i have ...
Hasmukh Kachhatiya's user avatar
0 votes
0 answers
16 views

Crash on Destroy Method: "View ... does not have a NavController set"

I am getting a crash in the onDestroy method with the following error: `Fatal Exception: java.lang.RuntimeException: Unable to destroy activity {com..presentation.screens.main.MainActivity}: java.lang....
Gaurav Bajait's user avatar
0 votes
0 answers
27 views

Android : fragment navigation with parentFragmentManager

I have created from Android studio a new Android ( Kotlin) project based on the « Bottom Navigation View Activity » template. So, 1 activity with its XML template that contains the navigation part ...
johann's user avatar
  • 1,135
0 votes
1 answer
19 views

How can i implement a tab selector for BottomNavigationView?

Hellow there, i just wanna implement a tab selector for BottomNavigation view like this: At the moment i don't care about the item animations, i only want to put the bottom rectangle for the selected ...
Daniel Francos's user avatar
1 vote
0 answers
11 views

Text appears in Bottom Navigation Toggle in the application

There is text in navigation view. The text in bottom navifation view is the value of textview with id="audioUtils". The textview is required to represent value in detailed_information.xml ...
Shekhar Suman's user avatar
0 votes
1 answer
52 views

How to Remove Extra White Background from BottomNavigationView in Android?

I am currently working on an Android project where I have implemented a BottomNavigationView within a BottomAppBar. However, I am encountering an issue where there is an extra white background around ...
Vishvambhar Gore's user avatar
0 votes
0 answers
19 views

Curved Bottom Nav Bar have horizontal reflection on the edges

As mention in the title im trying to make a custom curved bottom nav bar with round edges and transparent curve like this one and this is the result i have made so far but as you can see when the ...
Omar A. Khaled's user avatar
-1 votes
1 answer
13 views

Unable to hide/show bottom nav view on scroll (Fragment -> Activity)

Im trying to add hide/show behaviour for bottom nav view but its not working im refering to this answer according to that answer i have added the app:layout_behavior="com.google.android.material....
Indie Dev's user avatar
1 vote
1 answer
60 views

how to occupy the free space that remains after BottomNavigationView

activiti xml file: <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-...
Bastanov Airat's user avatar
0 votes
1 answer
32 views

Unable to change bottom nav icon tint

im trying to implement icon tint to the bottom nav , but it seems not to work for some reason, i have added hard coded #color code and also added it into colors.xml and also made a selector for that ...
Indie Dev's user avatar
1 vote
1 answer
43 views

Combine BottomNavigation with List - Detail navigation with animations in Jetpack compose

Given a typical app with some bottom bar buttons and sections in which users can navigate from list to detail, ideally I'd like to keep the nice default fade effect for bottom bar transitions, and ...
ssantos's user avatar
  • 16.4k
0 votes
0 answers
43 views

Button Nav bar height is unexpected after changing navigation mode to bottom navigation in real device

i am working on android project.Showing perfect on gestures modeThe button nav bar is showing perfect when i enable the gesture navigation in device but it height becomes too large when i switch back ...
Ajay Kumar Teli's user avatar
0 votes
0 answers
16 views

How to change the purple stuff?

I created a navigationbottom in my layout but there is an animation when selecting one of the icons which I don't need. I want to change or delete the light purple animation, how do I do it? I use the ...
M Fiqry Septiawan's user avatar
0 votes
0 answers
33 views

Android - How can I get Talkback to read out menuItems in BottomNavigationView menu's content descriptions properly?

There are a few results I wanted to achieve but I was unable to achieve any. The goal of my tasks are to have the content description for menu items in a BottomNavigationView be more friendly for ...
MajinKenn's user avatar
0 votes
2 answers
100 views

Android Bottom NavigationView taking too much height

I am not using any style/theme or any complex customization on it yet Bottom Navigation view is taking unexpected height, I am using wrap_content for height so got following output: <com.google....
CodingDevil's user avatar

15 30 50 per page
1
2 3 4 5
118