Skip to main content

Questions tagged [android-bottomnav]

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

android-bottomnav
0 votes
1 answer
19 views

Adding Bottom Navigation to Existing Project Built with Activities (Android)

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
46 views

Android: Fragment changes when I change to dark theme

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
23 views

Jetpack Compose Simple Bottom Navigation

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
31 views

WARN Require cycle: src\Navigation\StackNavigation.js -> src\Navigation\TabsNavigation.js -> src\Navigation\StackNavigation.js

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
59 views

How to Disable or Customize Shadow Effect in Material Design Components for Android Studio

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
236 views

How to make my Tabbar transparent in MAUI App

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
  • 11
3 votes
1 answer
587 views

Compose Bottom nav bar with custom shape and transparent around it

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
0 votes
0 answers
18 views

Rectangular thing displaying in App bottom used with toolar

I would like to ask, how should I remove this, I have tried mutiple things and tried changing all its attribute but its not going, Screenshot the UI Xml Code for this <?xml version="1.0" ...
Shubham's user avatar
  • 21
0 votes
0 answers
40 views

Pages overlap when i did migration

I used bottom navigation bar. Bottom navigation bar is running but have a problem. 2 pages overlap when it running. Codes and image are below. binding.bottomNavigationBar.setOnItemSelectedListener(...
Mücahit Gök's user avatar
0 votes
0 answers
54 views

Double Bottom Navigation Bar Appearing Across Various Android Devices on Activity Resume

I am facing an issue with my Android app where a double bottom navigation bar appears when the activity resumes from the background, such as when the user locks and unlocks their phone. This issue is ...
Diadem's user avatar
  • 461
1 vote
1 answer
42 views

How to change label of fragment toolbar while using fragment manager with bottom navigation component

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
80 views

I cannot navigate correctly in the bottom navigation bar - android bottom navigation view

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
47 views

Reselecting a tab on bottom navigation clearing stack while using navigation component

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
0 answers
39 views

Custom Bottom Navigation Rounded across icon

Cannot find the solution to draw such a bottom navigation. This question was already asked more than 3 years ago here. I tried to edit code from provided links there, but not successful. Maybe ...
Yevgen Khomiak's user avatar
0 votes
2 answers
36 views

How to use an image in buttomnavigationbaritem in Flutter?

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

15 30 50 per page
1
2 3 4 5
19