greenyouse / bottom-nav

Material Design bottom-nav https://material.io/guidelines/components/bottom-navigation.html
MIT License
25 stars 6 forks source link

Constant tab width when fixed #3

Closed greenyouse closed 7 years ago

greenyouse commented 7 years ago

According to the design spec, when the bottom-toolbar is fixed, the width of each tab should be the same across each tab.

Width of action = Width of entire view / Number of actions

Expected Outcome

When bottom-nav is fixed, the width of each bottom-tab is constant after selecting a tab.

Actual Outcome

After selecting a tab, the width of the selected tab slightly larger.