Label Visibility Mode
Deprecated
Please use instead.
Label visibility mode enum for bottom navigation.
The label visibility mode determines whether to show or hide labels in the navigation items. Setting the label visibility mode to LABEL_VISIBILITY_SELECTED sets the label to only show when selected, setting it to LABEL_VISIBILITY_LABELED sets the label to always show, and LABEL_VISIBILITY_UNLABELED sets the label to never show.
Setting the label visibility mode to LABEL_VISIBILITY_AUTO sets the label to behave as "labeled" when there are 3 items or less, or "selected" when there are 4 items or more.
Properties
Link copied to clipboard
Label behaves as "labeled" when there are 3 items or less, or "selected" when there are 4 items or more.
Link copied to clipboard
Label is shown on all navigation items.
Link copied to clipboard
Label is shown on the selected navigation item.
Link copied to clipboard
Label is not shown on any navigation items.