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
39
votes
6 answers

How to combine BottomAppBar + FAB with BottomNavigationView

I want to use the FloatingActionButton, along with its behaviour when anchored on a BottomAppBar, on top of a BottomNavigationView. I came up with a rather "hacky" trick to just place the BottomNavigationView on top of the BottomAppBar without…
35
votes
1 answer

What is Scaffold? Jetpack compose

I want to know what is Scaffold in jetpack compose with a BottomAppBar example can anyone help me Scaffold
19
votes
6 answers

How to implement new material BottomAppBar as BottomNavigationView

I was trying to implement the new BottomAppBar that usually looks like this: material BottomAppBar as a BottomNavigationView like in the Google home app that looks like this. My problem is that since I can fill the BottomAppBar only with a menu…
15
votes
2 answers

How to hide the bottom navigation bar in certain fragments?

I have An activity with a navGraph and a bottom Navigation bar with 2 menu items. My problem is that My Bottom Navigation Bar appears everywhere, detailFragment, aboutFragment, signInFragment and so on. val navController =…
12
votes
1 answer

android BottomAppBar have extra left padding

I am using BottomAppBar in my app but it have a extra left padding. how to remove this padding? my xml code is:
Hadi Ahmadi
  • 1,924
  • 2
  • 17
  • 38
12
votes
3 answers

How to put the android BottomAppBar with rounded corners

I am using the BottomAppBar from google like this:
10
votes
1 answer

How to prevent BottomAppBar from overlapping content

I would like to use a CoordinatorLayout to include a BottomAppBar at the bottom of the screen, and to display some content in the remaining space (for example using a ConstraintLayout). If I add a ConstraintLayout to the CoordinatorLayout, and then…
Paolo Erdman
  • 331
  • 1
  • 6
8
votes
1 answer

Native Android -> How to create custom curved bottom navigation

So this is the navigation my designer made for our project. Height of the bottom navigation is 70dp. What I have tried so far. First I downloaded a vector drawable background from design and set it as background for…
8
votes
2 answers

Is Jetpack Compose BottomNavBar? How can use bottomNavbar any Example?

I am working on jectpack compose in android application. So i want to use use bottomAppbar. Never found any example can someone help?
8
votes
2 answers

How to use the fab style diamond?

How to use diamond style for fab + bottom app bar? In the sketch files on the website https://material.io/tools/theme-editor/ there are such styles fab: Looked at all possible styles and tags...
8
votes
2 answers

AndroidX BottomAppBar navigation icon color

I've defined a bottom bar in a layout like that:
8
votes
2 answers

How to pairing bottom app bar with top app bar?

In the picture what I want to do. I have two menu.xml files. How to add the first menu at top app bar and the second at the bottom app bar? Can I do this in one activity or I should create activity with top app bar + fragment with a bottom app bar?…
Vlad
  • 211
  • 1
  • 10
8
votes
4 answers

How to Add custom menu to Bottom App Bar?

I am using new Material Bottom app bar in android. I have implemented it successfully but I don't know how to add custom menu items to the bar. Whenever I add the menu items they shows up as 3 dots only even if I provide the option…
Zankrut Parmar
  • 1,872
  • 1
  • 13
  • 28
7
votes
3 answers

Bottom app bar problem with placing icons

I have a problem with bottom app bar, because I want the icons to be displayed to me in the first picture Instead I got this:
7
votes
3 answers

How to ensure CoordinatorLayout children do not overlap

I am using bottom app bar inside the coordinator layout. the rest of the content is coming from a fragment. the fragment content is being covered by the bottom app bar Because I am using bottomAppBar it has to be inside a CoordintorLayout and all…
1
2 3
9 10