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

BottomAppBar raises while using soft keyboard

I'm trying to hide BottomAppBar behind keyboard but when I change focus to another EditText the part of BottomAppBar start to appear like in photo . Also I have already tried change windowSoftInputMode but I really need adjustPan. …
yakubishka
  • 23
  • 1
  • 4
1
vote
0 answers

Bottom app bar menu icons move when FAB hides

I have a bottom app bar:
Jordan
  • 407
  • 5
  • 20
1
vote
0 answers

How to hide material bottom app bar on scroll but the fab stays

I have a material bottom app bar widget with a fab search button attached to it in the center. I want it to scroll down (the fab stays) when I scroll the screen. I want to implement this scrolling…
bnayagrawal
  • 1,044
  • 3
  • 12
  • 22
1
vote
2 answers

How to set a BottomAppBar's background as a bitmap?

I have a bitmap below,it's not pure white,has some noisy point: How to set BottomAppBar's background as it,bitmap.xml is below,
candrwow
  • 511
  • 5
  • 21
1
vote
1 answer

FAB isn't floating

The activity layout is a bit complex... it's a fragment activity, the bottom fragment ('bottomBarFragmentPlaceholder') is the bottomAppBar where the FAB is placed in the middle. The activity layout is as follows:
GBa
  • 976
  • 11
  • 16
1
vote
0 answers

Bottom actionbar with shared animation

How can we implement the bottom action bar in link( https://material.io/design/components/app-bars-bottom.html#behavior ) with shared animation of fab across activity
1
vote
1 answer

How to change dynamically bottomAppBar menu icon

In my application I want to use com.google.android.material.bottomappbar.BottomAppBar view.I want show some menu items into this view and for this I write this code : detailBottomAppBar.replaceMenu(R.menu.empty_menu); , and with this code I can show…
Dear User
  • 93
  • 8
1
vote
0 answers

BottomAppBar menu items in wrong position

the menu items are shown behind the FAB how to show menu items at the opposite side…
1
vote
0 answers

Android: How to create vertical animation for FAB with BottomAppBar?

BottomAppBar widget from support library in com.android.support package has isFabAttached flag and method. In 28.0.0-alpha1 version it has public access. But after release of stable version 28.0.0 it is not available any more. I used…
Prilaga
  • 818
  • 10
  • 18
1
vote
1 answer

style Toolbar for using with bottom app bar

How to style Toolbar in this style as shown in Material Guidelines for Bottom App Bar? It's white, has no elevation, has more title top padding than usual etc. I couldn't find any specs for it in Material Guidelines or any theme references in…
1
vote
0 answers

Android place views under BottomAppBar

I want to make a very simple layout. One RecyclerView, one EditText, one BottomAppBar without FloatingActionButton. But I can't understand, how to place my views under the BottomAppBar? What I have:
Hagakurje
  • 1,002
  • 2
  • 11
  • 17
1
vote
1 answer

Cannot get elevation in BottomAppBar

How can I get the elevation for BottomAppBar. I think by default it has elevation as 8dp but I'm not getting any elevation. Here's my code.
0
votes
0 answers

Why doesn't my bottom bar item label fit properly?

I made a bottom bar, but there is a problem, the label does not fit even though there is space? It doesn't happen on every screen, it only happens on some screens, such as small screens. What is the reason of this? I tried to adjust it with the…
0
votes
1 answer

why is my bottom bar titles doesn't align bottom?

I made a bottom bar in compose, but for some reason I can't align the titles to the bottom, maybe because the bottom bar has a bottom border, I'm not sure, but I want less space under the titles, so I want to align them a little lower and take the…
0
votes
0 answers

How to put Fragment behind Bottom Navigation Bar in Android?

So I have a XML code for an activity activity_home.xml