Skip to content

Commit 1222268

Browse files
afohrmanhunterstich
authored andcommitted
[BottomNavigationView] Added supported NavigationBarView#LabelVisibilityMode alternative to deprecated BottomNavigationView#LabelVisibilityMode.
PiperOrigin-RevId: 430230181
1 parent b690127 commit 1222268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/java/com/google/android/material/bottomnavigation/LabelVisibilityMode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
* the label to behave as "labeled" when there are 3 items or less, or "selected" when there are 4
3434
* items or more.
3535
*
36-
* @deprecated Please use the label visibility constants mentioned above.
36+
* @deprecated Please use {@link
37+
* com.google.android.material.navigation.NavigationBarView.LabelVisibility instead}.
3738
*/
3839
@IntDef({
3940
LabelVisibilityMode.LABEL_VISIBILITY_AUTO,

0 commit comments

Comments
 (0)