ADD week 5
This commit is contained in:
		| @@ -0,0 +1,14 @@ | ||||
| package com.google.android.material.bottomnavigation; | ||||
|  | ||||
| import java.lang.annotation.Retention; | ||||
| import java.lang.annotation.RetentionPolicy; | ||||
|  | ||||
| @Retention(RetentionPolicy.SOURCE) | ||||
| @Deprecated | ||||
| /* loaded from: classes.dex */ | ||||
| public @interface LabelVisibilityMode { | ||||
|     public static final int LABEL_VISIBILITY_AUTO = -1; | ||||
|     public static final int LABEL_VISIBILITY_LABELED = 1; | ||||
|     public static final int LABEL_VISIBILITY_SELECTED = 0; | ||||
|     public static final int LABEL_VISIBILITY_UNLABELED = 2; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user