0

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 behavior (not the Fap behaviour, the Activity/Fragment opening).

This is the video from the official page.

I dont need the code, just some info like the "name" of this behavior or a site where i can learn to use that.

Thank you :)

Fyruz
  • 75
  • 1
  • 20

1 Answers1

1

You can do it using BottomAppBar and MaterialButton ,

See this article https://www.journaldev.com/21043/android-p-bottomappbar-materialbutton

with little bit of tweaks and animations you can achieve .

Also have a look at this library

enter image description here

Manohar
  • 22,116
  • 9
  • 108
  • 144