bottombar Questions
10
Currently I am working on an app which has a bottom navbar with three menu items. I had used setOnNavigationItemSelectedListener() for items being clicked. but now iam facing issue that the method ...
7
Solved
The SliverAppBar has an attribute bottom which has to have preferredSize.
Right now I have it returning constant value:
...
new SliverAppBar(
expandedHeight: _kFlexibleSpaceMaxHeight,
flexibl...
Voelker asked 14/3, 2018 at 0:33
3
this is the code I am using to have a BottomNavigation with rounded corners in a Scaffold.
BottomNavigation(
backgroundColor = Color.Transparent,
modifier = Modifier
.fillMaxWidth()
.clip(Round...
Roana asked 16/8, 2023 at 14:42
1
My app has the following structure and because Route B has a own bottom navigation bar and thus an own NavHost, how can I navigate from Screen C (opened from the tab bar) to Route A?
- Nested Rout...
Berlauda asked 10/3, 2022 at 11:5
11
Solved
I am new to Flutter. I have a BottomNavigationBar with 4 items. I want to change icon of the item when pressed. Please help.
This is what I have done so far.
bottomNavigationBar : new BottomNavig...
13
Solved
Below are my dependencies
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout...
Tourer asked 26/11, 2018 at 7:2
5
Solved
I want to make exactly the same, bottom bar with floating action button. I have used standart BottomNavigationView as well as this library, but I can't increase the distance between items. Is there...
11
Solved
I have implemented BottomNavigationView with Android Support Design Library 25.
But when I switched the tabs, the title of other tabs are hiding. But there is no such issue in the actual Bottom Nav...
2
I am facing an issue in Flutter, at least with the Android emulator, which is quite annoying.
I am using a screen in full screen mode, so I wanted to get rid of the bottom navigation bar.
For t...
Imagine asked 6/3, 2019 at 6:38
4
Solved
I am creating an app, and I want to have a Navigation Drawer and a Bottom Bar in the app.
I think that I am going for a good way, but I Can do that the Navigation Drawer when I display it, this is...
Somerset asked 10/5, 2017 at 1:47
2
Solved
I want make a button with text and icon inside it, with custom background color and custom width. with fix position (not scrollable). would you like to help me please ?
here are the code:
bottom...
Brycebryn asked 10/4, 2019 at 9:44
4
I'm using android.support.design.bottomappbar.BottomAppBar but the navigation icon is coming in left top corner when option menu is added.
without Option its working as expected (center_vertical)....
Cornelie asked 14/5, 2018 at 7:43
1
I have an activity with a BottomNavigationView, I need to switch items (remove old and add new ones) of my bottomNavigationView when a button is clicked. I tried all these options but none of them ...
1
© 2022 - 2024 — McMap. All rights reserved.