How to create bottom Navigation bar like Material.io

659 Views Asked by At
1

There are 1 best solutions below

1
Thibault Seisel On BEST ANSWER

You can implement that bottom app bar on Android with BottomAppBar from com.google.android.material:material:1.0.0. Here is the reference guide :https://material.io/develop/android/components/bottom-app-bar/

There is a "Develop" section on material.io that teaches you how to use libraries to use each component on all platforms. At the moment, most components are not implemented on Android, but hopefully BottomAppBar is already available !