apkfuckery/com.discord/smali_classes2/com/google/android/material/bottomnavigation/LabelVisibilityMode.smali
2019-11-20 23:09:14 +01:00

23 lines
683 B
Smali

.class public interface abstract annotation Lcom/google/android/material/bottomnavigation/LabelVisibilityMode;
.super Ljava/lang/Object;
.source "LabelVisibilityMode.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# static fields
.field public static final LABEL_VISIBILITY_AUTO:I = -0x1
.field public static final LABEL_VISIBILITY_LABELED:I = 0x1
.field public static final LABEL_VISIBILITY_SELECTED:I = 0x0
.field public static final LABEL_VISIBILITY_UNLABELED:I = 0x2