android-bottomappbar Questions

2

Solved

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 s...

1

Solved

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 i...

1

Solved

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

5

I'm trying to test BottomAppBar feature from material.io. However, when I try to run an app I'm getting an instant crash: > 10-20 22:21:25.067 27571-27571/com.example.asmox.bcl E/AndroidRuntime...
Propagandize asked 20/10, 2018 at 20:32

3

Solved

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:

2

Solved

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... ...

2

Solved

I want to create a rounded Bottomappbar like this one. Rounded BottomAppBar: But it appears like this... Coded BottomAppBar: How do I get rid of that white portion? return ClipRRect( borderRadi...
Grady asked 6/12, 2020 at 0:49

1

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...
Hadwyn asked 12/9, 2019 at 21:25

2

Expected Create bottom app bar navigation using Navigation UI's BottomNavigationView and FragmentContainerView similar to the sample app NavigationAdavancedSample. Note, NavigationAndvancedSampl...

6

Solved

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 si...

2

Solved

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

3

Solved

I try to use an BottomAppBar and I would like to be able to hide or show it programmatically like a setExpanded in an AppBarLayout. My layout is like <androidx.coordinatorlayout.widget.Coordinat...
Pastiche asked 21/7, 2018 at 12:56

2

I've defined a bottom bar in a layout like that: <com.google.android.material.bottomappbar.BottomAppBar android:id="@+id/bottomBar" android:layout_width="match_parent" android:layout_height=...

2

I was having a look at the Bottom App Bar and there is a nice feature to hide it on scroll app:hideOnScroll="true". The problem it that I cannot figure it out how to slide it up or down progmatical...

6

Solved

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 BottomNa...

2

Solved

I would like to create the view below for a test android application. These are the present steps that I have followed to create the view: Created layout file with the coordinator layout as the r...
Ari asked 21/4, 2020 at 17:21

3

I am using the BottomAppBar from google like this: <com.google.android.material.bottomappbar.BottomAppBar android:id="@+id/vNavigationBar" android:layout_width="match_parent" android:layout...

1

Solved

I am using BottomAppBar in my app but it have a extra left padding. how to remove this padding? my xml code is: <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widge...
Cosmogony asked 11/9, 2019 at 6:58

2

I was trying out Android Navigation Architecture Component and was also looking into Material design guidelines. I really got inspired by the design below: For the top toolbar I can set it by se...

3

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 bottomAp...

1

Solved

What I want to achieve is like this image (Without top NavigationView though) but with Toolbar Menu + BottomAppBar Menu + BottomNavigationDrawerFragment exactly like material design: I could man...

2

Solved

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 activ...
Consequence asked 24/8, 2018 at 8:43

4

Solved

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...
Beaulahbeaulieu asked 18/7, 2018 at 10:47
1

© 2022 - 2025 — McMap. All rights reserved.