We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db122b commit f062532Copy full SHA for f062532
lib/java/com/google/android/material/bottomnavigation/LabelVisibilityMode.java
@@ -33,8 +33,8 @@
33
* the label to behave as "labeled" when there are 3 items or less, or "selected" when there are 4
34
* items or more.
35
*
36
- * @deprecated Please use {@link
37
- * com.google.android.material.navigation.NavigationBarView.LabelVisibility instead}.
+ * @deprecated To set the label visibility mode, see:
+ * <p>{@link com.google.android.material.navigation.NavigationBarView.setLabelVisibilityMode}
38
*/
39
@IntDef({
40
LabelVisibilityMode.LABEL_VISIBILITY_AUTO,
0 commit comments