bottomnavigationview Questions
4
Solved
I have 2 activities with a separate NavHostFragment which hosts 3 fragments, these 3 fragments are then displayed in my activity's layout ContainerView.
Note: My 2 activities have the same name and...
Pestilential asked 10/9, 2022 at 10:37
3
Solved
Here in the below image I have added showModalBottomSheet on clicking on the item of "Bottom Navigation Bar", but the BottomNavigationBar is hidden by the modal sheet, So I want to make i...
Harmonicon asked 25/4, 2022 at 7:52
3
I have a screen with a BottomNavigationBar and an IndexedStack that swaps the child view based on the bottom bar index.
Everything is ok, except that all four pages are created at once, loading the...
Terracotta asked 22/6, 2021 at 20:58
5
Solved
The following code is almost a copy-paste from the official flutter GitHub example for the bottom navigation bar. The problem is, at the opening of the widget containing the views, everything is pr...
Bwana asked 15/6, 2018 at 23:53
9
I am using the bottom layout navigation style in android that was recently introduced by google in design library 25. In all the tutorials and questions i see, the images in their icons are a norma...
Buenrostro asked 12/4, 2017 at 7:56
15
We are using createBottomTabNavigator. In one of the tab contains search bar at the top. While clicking on that search bar, we are opening the keyboard. But the keyboard pushing up the bottom tab b...
Antabuse asked 19/8, 2019 at 9:53
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
4
Solved
I just need the the label in my BottomNavigationBarItem's but I cant find a way to remove them.
You can hide the labels with showSelectedLabels and showUnselectedLabels set to false but there are n...
Homebrew asked 5/2, 2020 at 15:51
4
Solved
I am using scroll view in a fragment but the screen does not scroll up when the keyboard is shown as it should be.
Here is the scenario:
I have mainActivity which has bottom navigation bar plus a ...
Conversable asked 18/9, 2018 at 17:23
23
Solved
I am working on a bottom navigation bar, but I am not getting perfectly bottom navigation bar.
My MainActivity class:
public class MainActivity extends AppCompatActivity {
private static final St...
Dinin asked 9/5, 2017 at 12:58
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
8
BottomNavigationBar() can only take the background and contentColor but there is no option for tint color.
Infuriate asked 15/2, 2021 at 16:20
6
Solved
I've integrated Bottom Bar Navigation bar on my app. But when I swipe, tab's color doesn't change. It's weird cause I have selector file. Any idea to solve this problem?
Activity.java
BottomNavi...
Stridulous asked 20/2, 2017 at 14:14
7
I want to change the selected item background color in bottomnavigation just like Google Play Store. I tried to solve it, but till now I haven't found a solution.
Update
I found attribute called...
Haematoblast asked 24/7, 2022 at 16:12
12
Solved
I have added BottomNavigationView in my application like.
main.xml
<android.support.design.widget.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent...
Selfcontent asked 24/1, 2017 at 10:44
6
Solved
My goal is to place a "bottom sheet" on top of a BottomNavigationView like this:
But it stays the following way. Both views collapse:
This is the xml of my main activity:
<?xml version="1...
Hardboard asked 6/2, 2018 at 18:30
4
Having reviewed a lot of material, I still did not find a solution. As you can see on git below, when you tap on the botton navigation icon, it has gray animation from the center to the edges. Is t...
Tributary asked 15/5, 2019 at 21:9
7
According to the material design spec, when the keyboard appears, the BottomNavigationView should hide underneath it. However, if I set android:windowSoftInputMode="adjustResize" in the Activity's ...
Conchoid asked 5/2, 2017 at 12:18
4
I am trying to add more then 5 items in bottom navigation view but its causing inflate error.
Koah asked 5/8, 2019 at 8:35
4
Solved
Is it possible to pass and access arguments in a fragment using a bottom navigation view and the Navigation component?
I'm using a one activity with many fragments approach where my top level fra...
Adigranth asked 7/1, 2019 at 21:18
7
Solved
I have been working with BottomNavigationBar in the flutter, but I am not able to select a Tab programmatically outside of onTap callback of BottomNavigationBar.
The code with onTap callback, whic...
Coniah asked 21/6, 2018 at 5:46
2
Solved
I'm new at navigation graph and I have a simple movie application that contains a BottomNavigationView with 2 tabs or 2 icons , the first icon or first tab contains 2 Fragments the first one is Fee...
Haricot asked 5/7, 2023 at 17:49
3
Solved
I'm using BottomNavigationView with Navigation Component. When showing fragment is not root fragment, the tab icon is not updated (selected).
Example:
When I switch between Tab Home with Fragment A...
Fcc asked 12/2, 2022 at 4:46
11
Solved
I am using android.support.design.widget.BottomNavigationView from design support library version 25
compile 'com.android.support:design:25.0.0'
<android.support.design.widget.BottomNavigation...
Beeswing asked 3/11, 2016 at 8:8
11
Solved
As I liked the design from BottomNavigationView I decided to implement a new Menu for my App with it, instead of just using simple buttons.
I took this post as a guideline.
According to BottomNa...
Wheresoever asked 29/12, 2016 at 2:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.