Questions tagged [android-bottomappbar]

One of the defining features of Material Design is the design of the BottomAppBar. Based on the changing needs and behaviors of users, the BottomAppBar is an evolution from standard Material guidance. It puts more focus on features, increases engagement, and visually anchors the UI.

One of the defining features of Material Design is the design of the BottomAppBar. Based on the changing needs and behaviors of users, the BottomAppBar is an evolution from standard Material guidance. It puts more focus on features, increases engagement, and visually anchors the UI.

See: https://material.io/develop/android/components/bottom-app-bar/

136 questions
1
vote
1 answer

I have RecyclerView and Bottom app bar but it doesn't show bottom app bar

I have RecyclerView and Bottom app bar but it doesn't show bottom app bar.what should i add to my code?
user11621919
1
vote
1 answer

Bottomappbar not seen properly

I'm trying to put a bottomAppBar to mainActivity. So I tried and check lots of stuff in here but couldn't find any solutions. MainActivity's XML code is below(It has another constraint layout as a parent but didn't add…
yatta
  • 423
  • 1
  • 7
  • 22
1
vote
0 answers

How to identify the android bottom navigation using react native?

Hi everyone, I'm new in react native, So eager to know that how to identify android bottom navigation is set or not. Your help will be appreciated. Thanks in advance :)
1
vote
1 answer

BottomAppBar Missing Menu Items - Not Showing up all the menu items

I'm trying to implement the BottomAppBar menu widget in android, however on implementation I can see only the menu icon and cannot see all the other menu items(settings, search). I changed the parent style theme to:…
1
vote
1 answer

flutter BottomAppBar selected color

So I currently have the following for my bottom navigation bottomNavigationBar: BottomAppBar( shape: CircularNotchedRectangle(), child: Container( decoration: new BoxDecoration(color: new Color(0xFFFF0000)), …
RussellHarrower
  • 6,470
  • 21
  • 102
  • 204
1
vote
2 answers

BottomAppBar 4 Icons not align properly

how can I align the icons properly as it? This is my activity main xml with bottom app bar and floating action button. activity_main.xml
1
vote
1 answer

backgroundTint in XML does not change color of BottomActionBar, even with min API >= 21

I'm trying to set up a basic BottomActionBar with an attached FloatingActionButton. Currently, everything seems to work, aside from the background of the bar. If I use android:background="some_background_color", the bar is filled in with the desired…
1
vote
0 answers

Highlighting selected image button in the BottomAppBar

I'm using BottomAppBar with image buttons. Following is the code for the bottomapbar.
user6038900
1
vote
0 answers

Prevent Bottom Sheet Covering Bottom App Bar

I have a BottomAppBar in my activity and a BottomNavigationFragment that extends BottomSheetDialogFragment. MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { …
omid naghipoor
  • 178
  • 1
  • 2
  • 12
1
vote
2 answers

BottomAppBar backgrounTint is not correctly match to parent and showing in half of screen

i try my layout code and the BottomAppBar is not showing perfectly i search everywhere but found no question about it. i tried this on Android Studio 3.4 my gradle dependencies are dependencies { implementation fileTree(dir: 'libs', include:…
Faisal Amin
  • 91
  • 1
  • 5
1
vote
1 answer

Using Android Jetpack Navigation component with Android BottomAppBar

I am trying to implement Jetpack Navigation with the new Android Bottom App Bar in my main activity but it is not working as it should be. I've read the notes on navigation and doesn't seem to find any way to integrate navigation jetpack into the…
1
vote
1 answer

Implementing Android Jetpack Navigation component with the new Android BottomAppBar

I am trying to implement Jetpack Navigation with the new Android Bottom App Bar in my main activity but it is not working as it should be. I've read the notes on navigation and doesn't seem to find any way to integrate navigation jetpack into the…
1
vote
2 answers

How to handle Bottomappbar items selector?

I'm currently working with the BottomAppBar for my Music app, with 4 menu items stay on the left and the FAB anchored on the right, each of the item will navigate to one function Fragment. I want to set a selector to all 4 of these Menu items which…
1
vote
2 answers

Refresh Activity when item select in BottomSheet Fragment

I have set up a BottomAppBar with a NavigationDrawer but I can't recover the item selected in this Drawer which is a fragment. I followed many tutorials to set up this BottomAppBar but at no time did I see how to get the selection from the…
1
vote
0 answers

unable to arrange bottom app bar icon properly

I am using the bottom app bar from material design io website for my android studio project. However, the icons in my bottom app bar unable to arrange properly and equally. it looks like this (as shown in the picture), please advise. I use…
jetjetboi
  • 142
  • 1
  • 14