android-bottomnav Questions
3
Solved
I have a very simple app that consists of three Fragments and a Bottom Navigation bar, created by using "New Project -> Bottom Navigation Activity" in Android Studio. The first Fragmen...
Shalne asked 1/3, 2022 at 15:21
15
Solved
I have implemented Bottom Navigation View from Design Support Library 25 in my project. I have 5 icons in the view. whenever an icon is selected it's having some animation. But when 3 or fewer icon...
Satiable asked 14/1, 2017 at 11:34
2
So i have an app in compose that has startDestination set as a screen with scaffold with bottom nav bar having 3 items and top app bar, i am able to navigate through the 3 bottom navigation tabs. B...
Pigtail asked 1/6, 2022 at 0:12
3
Solved
I am migrating my app to jetpack compose and the theming and styling is giving me some headache.
I have implemented Bottom Navigation as explained in this tutorial.
I have also set the background c...
Tommie asked 15/3, 2023 at 9:58
5
Im trying to achieve the above design. I'm able to change the icons, but cannot change the bottom text. Im using material bottom navigation bar
I achieved the icon change by implementing separa...
Primordium asked 18/2, 2020 at 11:58
4
Solved
I'm building an android application with 3 menus using bottom navigation. I created new project in Android Studio using Bottom Navigation Activity.
I renamed the fragment to:
InfoFragment.kt
Dete...
Harpole asked 5/5, 2022 at 19:14
6
Solved
Using the newest Navigation Component with the BottomNavigationView, the NavController now saves and restores the states of tabs by default:
As part of this change, the NavigationUI methods of onN...
Bathsheeb asked 13/8, 2021 at 20:4
5
Solved
I am trying to show thebottom bar navigation in only a few fragments (i.e hide it for most of my fragments)..
I read the official document about this, but it unclear to me, like where do I put the ...
Lackadaisical asked 18/1, 2022 at 22:37
3
Solved
I try to learn jetpack compose these days, and I have a simple project in jetpack compose, bottom sheet work in my project, but when I use bottom navigation, it is not work, I search in many websit...
Regorge asked 11/2, 2022 at 9:9
1
Solved
i have a Jetpack Compose project that includes navigating using a Scaffold with a BottomBar. By the way, in specific screens, i would like to being able to navigate outside of the innerPadding scop...
Turnbull asked 8/3, 2022 at 13:10
1
Solved
I'm trying to implement the following screen flow using Jetpack Compose + Jetpack Navigation:
Navigation concept
Actually, i am able to code two singles cases:
SplashScreen --> HomeScreen (with...
Shakti asked 10/2, 2022 at 16:15
8
Solved
I am trying to implement this bottom bar which contains an item with a bigger size and a different shape than the other ones.
Is there a non-hacky way to achieve this using the native Bottom nav...
Calie asked 29/11, 2017 at 14:44
0
I am getting this error while switching to the last fragment of the bottom navigation and because of this the last fragment loads a little bit slow
E/FrameEvents: updateAcquireFence: Did not find f...
Penis asked 3/1, 2022 at 7:11
1
Solved
My activity loads too slow with Jetpack Compose(about 5 seconds). I have 3 screens with 1 Lazy Vertical Grid and my custom bottom navigation. Does somebody know how to parallel composing this scree...
Neighborhood asked 24/3, 2021 at 14:24
1
Solved
I was trying to implement jetpack compose bottomnavbar. But I encountered this problem. Whenever label don't get enough space it's overlapping the icon. Am I missing something? Is there any solutio...
Parrotfish asked 17/6, 2021 at 19:30
2
Solved
I have a bottom navigation bar inside in ClipRRect (for giving rounded corner). It has rounded corners but no transparent corners. I am sharing image for showing the problem. How can i do transpare...
Xenos asked 12/5, 2021 at 7:4
3
Solved
I am trying to add rounded corners to my bottom navigation and i have tried changing widths and heights but its not working. I am using Relative layout with width set to 'fill_parent' and height se...
Cinchona asked 6/10, 2020 at 22:40
3
I want to build bottom navigation with activity for my app and after completing my bottom nav. layout.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas...
Pfosi asked 14/1, 2019 at 11:50
1
Solved
I want to hide bottomNavigationView in some fragments.
I have tried the below code, but it has a flicker effect. (bottomNavigationView hide before the nextFragment becomes visible.
val navControll...
Croaker asked 24/6, 2020 at 9:17
2
Solved
In bottom navigation with three tabs (Home, Dashboard, Notifications). Each bottom navigation tab is a fragment. The first tab ie. Home fragment contains another top navigation tabs having four tab...
Stigmatism asked 15/6, 2017 at 7:23
2
I want to hide my bottom bar on scroll but a FAB should stay on the screen.
If I put the FAB on top of BottomNavigationView using anchors but it appears behind it.
If I put layout_insetEdge="bott...
Midkiff asked 4/12, 2017 at 19:24
4
Solved
I'm implementing Bottom Navigation Bar in Android app using Google's support design library v25.1.0. Is there any way to add drop shadow effect, same as current Android native Google Photos app?
...
Hunfredo asked 14/1, 2017 at 13:57
4
I have added Bottom Navigation View for my app but I need the Bottom Navigation View between activities instead of fragment so I have added this code to Java for all my 3 activities.
When I select...
Dartmouth asked 19/1, 2017 at 14:27
2
Currently, I am playing around Android Navigation Component with Bottom Navigation Bar. While playing I realized two facts:
Fragments are always recreated (onCreate, onViewCreated, onViewDestroyed...
Consent asked 22/4, 2019 at 20:56
2
Now I am wondering which is the most proper way of implementation when want to combine BottomNavigation with the new Android Architecture Navigation Component?
For now found two approaches:
Sing...
Epicarp asked 14/10, 2018 at 10:11
1 Next >
© 2022 - 2024 — McMap. All rights reserved.