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
0
votes
1 answer

how to shorten a very long code or replace a short code (performing the same function) with code?

how shortening this code? because this code very long :'( this code for bottom button navigation bar, javaclass fragment please help me, I need to shorten this long code: package com.this.program; import android.os.Bundle; import…
0
votes
1 answer

BottomAppBar + NavigationView + FloatingActionButton + Navigation Component KOTLIN

The navigation from menus is working fine, but when I added the FAB and tried to use in navigation component it crashed. Here is the xml of my bottomAppBar: My question is how would I able to use navigation component for the Items (Favourites, IDD…
Cyd
  • 1,245
  • 1
  • 14
  • 17
0
votes
2 answers

BottomAppBar and handle OnClickNavigation

I'm attempting to implement a BottomAppBar within my Android App. The MainActivity XML looks like:
James Palfrey
  • 753
  • 6
  • 29
0
votes
0 answers

How to Force Show BottomAppBar - Xamarin Android

In xamarin Android, I have used the bottomappbar as shown below.I have implemented the hide on scroll behavior of BottomAppBar.Scrolling downward hides the bottom app bar. If a FAB is present, it detaches from the bar and remains on screen.Scrolling…
Debasish
  • 417
  • 1
  • 10
  • 21
0
votes
1 answer

how to create a Material Bottom App Bar top Shadow

I'm trying to create a bottom app bar using com.google.material library and successfully created but the problem is at the top of the shape of Bar Shadow or elevation not apply. I searched for the last 2 days but not find any solution regarding my…
0
votes
1 answer

Space between BottomAppBar and Keyboard

I am having a issue with BottomAppBar and SoftInputKeyboard.. I have a form like this : Now i have used BottomAppBar and BottomNavigationView for the menu options on it. Here is the what i have…
0
votes
0 answers

How to fix bottom app bar to the bottom so that it do not come above the keyboard

This is the screenshot of the screen which clearly shows the problem that I am facing. I am using Bottom app bar in my app. In a fragment I am using Recycler View and Search view but when I click the default search icon and the keyboard comes up..…
shantanu srivastava
  • 181
  • 1
  • 2
  • 11
0
votes
1 answer

How to change color of icons in bottom app bar

I wanted to change the color of icons in the bottom app bar. I am using the bottom app bar for the first time so I don't have any prior knowledge of it. The code of the XML file having bottom app bar is below
0
votes
3 answers

chip navigation bar animation not works

i used this GitHub library in my code for bottom navigation.chip navigation bar i tried to make it floating up after starting the program.but when run the program it is disappeared but when clicking in the buttons place . on click listener works but…
0
votes
0 answers
0
votes
2 answers

Androidx material design bottom appbar how to hide back arrow

I am using google material design bottom appbar with fragment navigation. I am not using NavigationIcon, but, when click on item, appear a back navigation arrow. How I can hide navigation ? This is principal activity xml, menu item are customized…
Donald
  • 534
  • 1
  • 10
  • 18
0
votes
1 answer

How to make fab center cut android studio

once i heard if you can't do something 15 minutes ask help... I trying myself already 2 days. Now I need your help. I want make fab center cut in AppBar bottom in android studio This don't work for me link 1 and this link 2 enter screen screen…
0
votes
0 answers

how to add a bottom app bar and menu in android?

I want to add menu bottom of activity.I can't add menu items,how can i add menu in bottom app bar?
user11621919
0
votes
0 answers

Android: How to control placement of bottom app bar actions?

I am implementing material design bottom app bar but I can't get the placement of the icons as I want. This is what my app bar looks like currenly. This is how I want it to look. I want to have control over which side the actions is placed. Is…