Annotation Interface Theme.Night

Enclosing class:
Theme

@Retention(SOURCE) public static @interface Theme.Night
Constant values for the night theme.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    String constant values for the night theme.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for the night theme according to the time.
    static final int
    Constant for the night theme when battery saver is active.
    static final int
    Constant for the custom night theme implementation.
    static final int
    Constant for the night theme according to the system.
  • Field Details

    • AUTO

      static final int AUTO
      Constant for the night theme according to the time.
      See Also:
    • CUSTOM

      static final int CUSTOM
      Constant for the custom night theme implementation.
      See Also:
    • SYSTEM

      static final int SYSTEM
      Constant for the night theme according to the system.
      See Also:
    • BATTERY

      static final int BATTERY
      Constant for the night theme when battery saver is active.
      See Also: