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
0 answers

How to Apply Shadow to BottomAppBar?

I want bellow type of shadow with Floating Action Button, but because of White background color, my Shape with floating action but not show. So, how can I apply shadow to BottomAppBar My requirement is [requirement] but my output is
0
votes
1 answer

How can i create Bottom Navigation Bar with Floating Menu option?

I want create bottom navigation bar with floating menu.Please help me,Thankyou
0
votes
1 answer

setOnMenuItemClickListener not working for Bottom App Bar when using app:actionLayout

I have used bottom app bar and the problem is when i used a custom layout for my menus using app:actionLayout in menu, the click is not working for these menus i.e setOnMenuItemClickListener for bottomappbar not working.? It is working fine when…
0
votes
1 answer

Hiding BottomAppBar while Scrolling WebView

I have the following code on my home layout activity.
user6038900
0
votes
1 answer

Implement bottom drawer in android Java

I am unable to implement a bottom drawer in android (java) and can not find any working example/tutorial on its usage. Can you write sample code for using a bottom drawer?…
0
votes
2 answers

How to close navigation drawer of bottom app bar

I'm using Bottom App Bar in my app as a navigational component. When an item of Navigation Drawer (appearing from bottom) is clicked, Navigation Drawer is supposed to be closed, but it is not. When navigation item of Navigation Drawer is clicked,…
0
votes
2 answers

BottomAppBar in bottom

I want, that my BottomApp bar is in bottom parent layout, but for some reason he jumps up to the indicator, although setting parameter layout_gravity = bottom my xml…
0
votes
1 answer

How to override CoordinatorLayout.Behavior without breaking CoordinatorLayout.LayoutParams

I'm creating an Android application and I want to hide the BottomAppBar (it has a fab anchored on the center) whenever I scroll the RecyclerView who's inside the fragment of my activity without changing the layout of the BottomAppBar. Following some…
0
votes
0 answers

How to create BottomNavigationView with FloatingActionButton

I want to add Fab button to BottomNavigationView as Image below How this can be achieved using BottomNavigationView or I will have to use BottomAppBar. How it can be achieved using BottomAppBar. I found this library…
0
votes
1 answer

How to access this.state of a class in Bottom navigation bar (React Native)

I want to access this.state of Class MainAct in bottom navigation bar. So that when this.state updates navigation bar rerenders. Here is my code. I want to access 'this.state.data' in 'MainAct' of bottom navigation bar. (or any alternatives) And is…
0
votes
1 answer

Flutter: bottomAppBar Listview scroll position

Problem: I am using a bottomAppBar to host 4 tabs with ListViews in them. However, the scroll position resets each time I navigate back and forth. I need it to save the user' scroll position. I know you can use a PageStorageKey inside a TabBarView,…
DrainBramage
  • 167
  • 1
  • 4
  • 11
0
votes
0 answers

How to change shape of bottom-appbar and floating action button

How can I change the shape of the android material design bottom app bar and the corresponding floating action button? I want the floating action button to be insetted into the app bar. This is possible using the material bottom app bar. But I want…
Alex9677
  • 49
  • 1
  • 5
0
votes
2 answers

Android BottomAppBar Distribute Buttons horizontally

I want to use BottomAppBar without the Navigation drawer control and Floating Action Button. When The buttons are added they are justified to right or left. I want to distribute the action icons horizontally. I couldn't find a solution around and…
0
votes
1 answer

When to use close vs Up navigation/Back icon in screens

When should I use the close and when the up navigation icon in screens. The only references I found…
FalloutBoy
  • 964
  • 1
  • 9
  • 22
0
votes
1 answer

How can I replicate this behaviour?

I was looking about Material Design and I found the new BottomAppBar in the official page. I've watched a video about a page behaviour and I wish to replicate it in my app. I've already added BottomAppBar but I don't know can I find info about that…
Fyruz
  • 75
  • 1
  • 20
1 2 3
9
10