Annotation Interface Theme.Value

Enclosing class:
Theme

@Retention(SOURCE) public static @interface Theme.Value
Constants for the theme values.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Short constants for the theme values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant for the app value.
    static final String
    Constant for the auto value.
    static final String
    Constant for the custom value.
    static final String
    Constant for the day (light) value.
    static final String
    Constant for the disable value.
    static final String
    Constant for the enable value.
    static final String
    Constant for the hash value.
    static final String
    Constant for the hide value.
    static final String
    Constant for the night value.
    static final String
    Constant for the show value.
    static final String
    Constant to split the value.
    static final String
    Constant for the system value.