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 control
just removeapp:navigationIcon="@drawable/ic_drawer"
fromBottomAppBar
output when your removed
app:navigationIcon="@drawable/ic_drawer"
SAMPLE CODE
OUTPUT