Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
92 views

I am currently using persistent_bottom_nav_bar: 6.2.1 and trying to use OpenContainer to navigate between screens with animation. However, the problem is that when I use PersistentTabView as the main ...
Verdi's user avatar
  • 13
0 votes
0 answers
40 views

I'm aiming this scenario: I have different features like auth with 3 screens, profile with several screens, email with several screens and so on... I want to setup a navigation structure that mainly ...
Sevban Bayır's user avatar
1 vote
2 answers
1k views

When I want to round corner, I adding shadow to it, I have little border on top of my navigation bottom bar, so my shadow and rounded corner is not looking good, I want to make something like that ...
Tent's user avatar
  • 11
0 votes
1 answer
626 views

I’m using Jetpack Compose and trying to implement a NavigationBar with a shadow, but the shadow isn’t displaying as expected. Here’s the code I have so far: @Composable fun MainScreen() { val ...
user avatar
2 votes
0 answers
40 views

Problem There are three navigation graphs in my app as nested navigations : HomeGraph, ProfileGraph and MenuGraph. I want to achieve that when you navigate between these graphs through the ...
Sevban Bayır's user avatar
0 votes
1 answer
35 views

<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
ny_k's user avatar
  • 1
1 vote
1 answer
195 views

I'm creating a simple app with a navigation bar and everything looks OK in the activity, but, when I run the app, the navigation bar is not alining to the bottom of the screen, it moves up. I tried ...
Eddie's user avatar
  • 149
0 votes
1 answer
325 views

Several years ago I built an application using a few different Activities to handle different screens throughout my app (I was a complete beginner at Android app development). As time progressed, so ...
user3221892's user avatar
0 votes
1 answer
237 views

I have an activity that uses bottom navigation for fragments and an options menu to choose the theme. The problem is when I change the theme the fragment changes as well to the first one, not the one ...
Alex's user avatar
  • 1
0 votes
1 answer
221 views

I’m currently working on an Android application using Jetpack Compose and I’m trying to implement a bottom navigation bar. I have defined a sealed class for my navigation items, each with a route, ...
hefli ooki's user avatar
0 votes
1 answer
64 views

WARN Require cycle: src\Navigation\StackNavigation.js -> src\Navigation\TabsNavigation.js -> src\Navigation\StackNavigation.jsRequire cycles are allowed, but can result in uninitialized values. ...
neptune-codes's user avatar
0 votes
1 answer
154 views

I'm developing an Android app using Android Studio, and I'm using Material Design components, specifically BottomNavigationView. I want to disable or customize the shadow effect on this ...
Jules Gaudet's user avatar
0 votes
1 answer
572 views

I have used a customShellHandler to make a tabBar in my home screen placed bottom of my screen. Since I used margin and radius, the background of tab show as white. I wanted to make it transparent to ...
Subin's user avatar
  • 15
4 votes
1 answer
2k views

So I need to create a custom bottom nav that the top border is not a straight line. I've managed making the custom bar have this shape with a custom shape I've created and clipped to it. My problem is ...
Itay Feldman's user avatar
1 vote
1 answer
87 views

I got 3 fragments and 1 activity. MainActivity, CameraFragment, HomeFragment, HistoryFragment I just want to save all HistoryFragment states so whenever user access it, it won't recreated again. ...
Ahmed Saad's user avatar
1 vote
1 answer
102 views

There are 4 fragments in my application and 3 icons in the bottom navigation bar. When I press a fragment that is not in the bottom navigation bar, the navigation structure breaks down. First, when I ...
omersungur's user avatar
0 votes
0 answers
53 views

Have 4 fragments A,B,C,D in my bottom navigation setup with navigation component with A fragment as home destination , when I navigate from A to another fragment say fragment E with findNavController(...
Vicky Negi's user avatar
0 votes
2 answers
47 views

I want to use a UK flag in buttom navigation bar, but the UK flag does not appear and only shows a purole color. When I put another photo (a transparent photo with letter Z written on it), it appears, ...
AvestaChang's user avatar
2 votes
2 answers
969 views

I am trying to use BottomSheetScaffold but for some weird reason when I use it on a screen with bottom navigation and expand the bottomSheet the bottom side of it moves a little bit to the top, but ...
Ibrahim Abousalem's user avatar
0 votes
1 answer
395 views

Okay so my case is that for certain scenarios, one or multiple items in the bottom nav bar would have the following behaviour: The click for the item will show a popup the popup can be cancelled the ...
Ammar Ahsan's user avatar
0 votes
1 answer
531 views

I am trying to create a custom bottom navigation bar which looks similar to a Windows 7 bottom app bar or task bar. Something similar to navigation-rail but its horizontal. All the bottom navigation ...
Rinav's user avatar
  • 2,557
3 votes
0 answers
910 views

As per our requirement I need to set the container color of the BototmNav with 60% opacity. Due to this, when any icon is selected, container colors is displayed as background to the selected icon in ...
sangeetha's user avatar
0 votes
1 answer
283 views

I would like to have two versions of the BottomNavigationView, each with its own set of tabs. Some are shared, some not. For example, Version 1 has Fragment A, B, C, D on the bottom, version two has ...
Ana's user avatar
  • 159
2 votes
2 answers
1k views

I am using bottom navigation view with navigation components, when previous selected menu item is reselected fragment is reopening from oncreate When I open my activity document fragment is loading ...
Ajay's user avatar
  • 51
1 vote
0 answers
33 views

I would like to ask how I am going to save the state between the fragments while using bottom navigation. For example, if I am on "HomeFragment" and I go inside it with a "...
xeniosth19's user avatar
6 votes
3 answers
3k views

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 ...
DeKekem's user avatar
  • 1,835
1 vote
1 answer
1k views

I have an app, which represent a screen with bottom bar with 4 tabs. I use compose navigation with bottom bar. When user clicks on the bar the screen appears. How can I handle the situation when user ...
Foenix's user avatar
  • 558
0 votes
1 answer
1k views

Created an app using Kotlin for the bottom navigation component but after launching it crashes each time. MainActivity class MainActivity : AppCompatActivity() { override fun onCreate(...
Shivam Singh's user avatar
0 votes
0 answers
164 views

I am working on an android app where I have to take icons of bottom navigation bar transparent without any tint layer. How can I do that? I have tried @android:itemIconTint="@color/tranparent&...
Abdullah Programmer's user avatar
4 votes
0 answers
1k views

I'm building a flutter app and I used the BottomNavigationBar widget everything seems to work fine but the color of the Navigation bar is not blending with the device navigation space. (The place ...
Rajender Katkuri's user avatar
0 votes
1 answer
64 views

I am currently building an app with admin and user. I've used the template bottom navigation menu method. I've created two versions of the menu for admin and user. How will I be able to switch these ...
3.14159265358979323's user avatar
0 votes
3 answers
32 views

when I switch between the fragment I created, the home fragment is not deleted, it writes on the others. please i have an issue. I am using bottom navigation and nav controller. once I switch ...
ftgrl's user avatar
  • 3
6 votes
0 answers
3k views

Every tutorial or example of what I want to achieve uses isFloatingActionButtonDocked = true in a Scaffold. This is not present in Material3 Scaffold and I presume its part of what achieves the the ...
Dralexus's user avatar
0 votes
2 answers
254 views

I've sat up a bottom navigation bar in my app. When I enable action bar with navController, the up button shows when navigating between tabs. [Fig.1: up button is gone when I'm in home destination] [...
Mahdi's user avatar
  • 3
0 votes
2 answers
563 views

I have 4 fragments: A, B, C and X. A, B and C are found on the bottom navigation bar, so every time I click on item A, I get the A fragment on the screen, click on B, I get B. When I click on C, I get ...
Antal Georgina's user avatar
0 votes
1 answer
824 views

I create my BottomBar on Jetpack Compose. The main requirements are the absence of a background, large icons with captions and indents from the edges of the screen. For some reason, the icons are not ...
Sergei Krainyukov's user avatar
0 votes
1 answer
62 views

I have deployed my angular application successfully. But the problem is it is working fine for all devices except mobile. When it comes to mobile devices the bottom spacing is not applied for chrome, ...
vijay s's user avatar
  • 409
1 vote
1 answer
635 views

I am trying to create an oval shape around my bottom navigation icon when selected as seen in the screenshot bottom_nav_layout.xml <com.google.android.material.bottomnavigation....
Michael Okoli's user avatar
0 votes
0 answers
390 views

I am using android Bottom Navigation and gettimg this crash Caused by java.lang.IllegalStateException Fragment androidx.navigation.fragment.NavHostFragment did not create a view. Here is my setup ...
Radwa's user avatar
  • 345
0 votes
1 answer
3k views

This is my compose app. Scaffold( // main content modifier = Modifier.fillMaxSize(), scaffoldState = scaffoldState ) { Surface( modifier = Modifier .fillMaxSize() ...
Kingfisher Phuoc's user avatar
4 votes
1 answer
2k views

I want to change the size of only ONE icon (3rd icon) out of the 5 icons I have used in my bottom navigation view. I want The Center icon big like: This is what I have tried: private fun ...
Sparsh Dutta's user avatar
  • 3,078
1 vote
0 answers
310 views

In my application i am using Jetpack Navigation with BottomNavigationView. I have like 5 fragments and when i am in Home fragment, i click tab2 item in bottom navigation view and i click tab1 again, ...
Yothin Homjan's user avatar
1 vote
1 answer
499 views

I wanted to enter a settings page when I hold down the home button on the bottom navigation bar. I looked for how to get the id of a button in the bottom navigation but couldn't find anything. Do you ...
raphheuhh's user avatar
1 vote
1 answer
659 views

Im trying to get my bottom navigation bar to be fixed on a side of the screen. Let me use pictures to help you understand what I am hoping to achieve. As you can see, I am trying to achieve the ...
Do Ji's user avatar
  • 45
0 votes
1 answer
294 views

I am using a BottomNavigationBar and as per recent blogs and research, it seems the best way to flick between activities using this bar is to use the setInNavigationItemSelectedListener. The issue is -...
RenegadeAndy's user avatar
  • 5,690
10 votes
2 answers
3k views

Is there any way to remove this padding from the BottomNavigationItem? Image If I have very large text, I have to use ResponsiveText to manage this, but that's not what I intended. What I need is that ...
R0ck's user avatar
  • 499
0 votes
1 answer
1k views

Good afternoon I'm new to Jetpack Compose and I'm having some difficulties customizing BottomNavigation as I need. My current result is this: Current result And I want this be like this: Expected ...
R0ck's user avatar
  • 499
4 votes
0 answers
2k views

I'm using Navigation fragment version 2.5.0. As release of version 2.4.0-alpha01, it's suppose to support back stack support for bottom navigation without writing any additional code. But my fragments ...
Fortray's user avatar
  • 133
0 votes
1 answer
261 views

I have bottomNavigation in my android app as shown below in picture. It works fine if I just click on home, cart and other bottomNavigation Items. As you can see in picture that user can navigate to ...
Zohab Ali's user avatar
  • 9,854
2 votes
1 answer
3k views

The default behavior of Bottom Nav View when pressing back button is that navigation returns to home fragment and pressing back again quits the application however, when the home fragment is not the ...
arch3r_temp's user avatar

1
2 3 4 5 6