Evenly spaced menu items on Toolbar

前端 未结 8 771
心在旅途
心在旅途 2020-12-01 02:09

So I\'ve been trying to implement android.support.v7.widget.Toolbar in my Activity and to make it look similar to the previously supported split ActionBar.

8条回答
  •  春和景丽
    2020-12-01 02:55

    My recommendation is to follow the design guidelines. If you are using a toolbar then leave the menu items where they are designed to go.

    However, if you want equal spacing then consider using Tabs

    or a Bottom Navigation Bar

    This answer tells how to set up a Bottom Navigation Bar.

提交回复
热议问题