Questions tagged [bottombar]
89 questions
3
votes
1 answer
React native Bottom Tab Bar style adding bump
Does someone know how to style the Bottom Tab Bar , in order to have something like this ?
I'm able to design every item and to design also the entire Bottom bar to add radius on left and right but the difficult part is the little bump above the…

Manu13k
- 326
- 1
- 6
- 20
3
votes
2 answers
How to get UITabBar to extend to bottom on iPhone X?
I have tried putting a view down there to see if there is a way to have it be visible in that little area outside the safe zone, but actually it is clipped away.
Can anyone provide assistance on this? The only tutorial I have seen mention this…

AppreciateIt
- 696
- 2
- 8
- 23
2
votes
0 answers
How can I handle bottom sheet and bottom bar logic into viewmodel in kotlin compose?
I am making a scaffold and ModalBottomSheetLayout. ModalBottomSheetLayout contains scaffold and scaffold contains bottom bar and top bar but The codes are not very pleasing to the eye and I will have to copy them again during use on another screen.…

NewPartizal
- 604
- 4
- 18
2
votes
1 answer
BottomAppBar height gets bigger when using window.setDecorFitsSystemWindows(false)
I am trying to achieve transparent status bar by using window.setDecorFitsSystemWindows(false) and statusBarColor = Color.TRANSPARENT. I achieved my goal, but when I introduced BottomAppBar, its size (padding to be exact) is doubled. What might be…

David Trpcevski
- 65
- 6
2
votes
2 answers
ModalBottomSheet is showing above BottomBar in Jetpack Compose
I have BottomBar added in ComposeActivity. BottomBar is responsible for showing 3 composable. I don't want to add ModalBottomSheet to Activity instead I have added ModalBottomSheet inside 3rd Screen Composable. When ModalBottomSheet is invoked it is…

Satyam Gondhale
- 1,415
- 1
- 16
- 43
2
votes
2 answers
How to add second line to text on bottom bar for Android?
I'm trying to have my text go down to a second line so it's not cut off but not sure whether this is possible using the Google MaterialBottomBar?
Something like the image below please.
But this is what I…

Francislainy Campos
- 3,462
- 4
- 33
- 81
2
votes
0 answers
Android BottomAppBar is not hiding on scroll after changing orientation
In my application I have an activity. By attaching the fragment to the activity I hide the BottomAppBar. So in my Fragment the BottomAppBar is not visible. When I change the orientation from portrait to landscape the BottomAppBar is visible after…

dudi
- 5,523
- 4
- 28
- 57
2
votes
3 answers
How to change Toolbar Background color in a BottomBarPage
Hy, I'm new in Xamarin Forms and I'm working with BottomBarPage, now I need a custom Toolbar with different items, as you can see in the code I added a ToolbarItem succesfully, my doubt is, how can I change the Toolbar background color? I tryed with…

notarealgreal
- 734
- 16
- 29
2
votes
1 answer
Material UI: Bottom Navigation alignment with Progressive Web App (PWA) Safari on IOS
I am developing a PWA and testing on an iPhone using mobile Safari.
Please note I am new to React and material-ui so may have missed something obvious ;)
The issue I am facing is that I cannot get the Bottom Navigation component to render at the…

Ben
- 6,026
- 11
- 51
- 72
2
votes
1 answer
Constrain layout items in fragments to top of main activity bottom bar navigation?
this is my first question posted on here so if I leave anything out, please give me the opportunity to update my question!
So I am a (relatively) experienced swift app developer with several apps on the App Store.
Currently, I am working on moving…

Charles
- 95
- 11
2
votes
4 answers
android change default item in bottom bar
I use bottom bar in my application .but I want to change default item(tab) in bottom bar.I do not use any external library.just how I can set my favorite tab when application runs.
My codes:
BottomNavigationView bottomNavigationView =…
user6250327
2
votes
3 answers
Why is my BottomBar in the middle of the screen?
I'm using both NavigationDrawer and BottomNavigationView. But after the add Navigation Drawer, position of Bottom Navigation is changed. How do I solve that? I assume this problem is caused by my xml…

Yunus Haznedar
- 1,584
- 4
- 23
- 33
2
votes
4 answers
Change background color Bottom Bar android
I have a problem in my Android project.
I can't change the color of the bottombar.
This is how I want my bottombar to look:
This is my code
menu > tabhost_bottom.xml
2
votes
2 answers
How to set background color for BottomBar?
I using this library for using BottomBar in my app and I can't set background color for this BottomBar.
My code:
mBottomBar = BottomBar.attach(parent.findViewById(R.id.content), savedInstanceState);
…

Artem
- 4,569
- 12
- 44
- 86
1
vote
1 answer
BottomNavigatorBar vs Tabbar on Flutter
I know how can I use tabbar or bottomNavigatorBar. I can create bottom bar with both of them but my question is which one is the best usage to create bottom bar? I mean, which one should I use to create bottom bar?

Semih Ekmen
- 95
- 5