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 in the Android developer reference. How is it possible to achieve this?

NOTE
if you want remove
Navigation drawer controljust removeapp:navigationIcon="@drawable/ic_drawer"fromBottomAppBaroutput when your removed
app:navigationIcon="@drawable/ic_drawer"SAMPLE CODE
OUTPUT