Schnittstelle AccentColor


public interface AccentColor
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Use a blue color (`#3584e4`).
    static final int
    Use a green color (`#3a944a`).
    static final int
    Use a orange color (`#ed5b00`).
    static final int
    Use a pink color (`#d56199`).
    static final int
    Use a purple color (`#9141ac`).
    static final int
    Use a red color (`#e62d42`).
    static final int
    Use a slate color (`#6f8396`).
    static final int
    Use a teal color (`#2190a4`).
    static final int
    Use a yellow color (`#c88800`).
  • Felddetails

    • BLUE

      static final int BLUE
      Use a blue color (`#3584e4`). This is the default value.
      Siehe auch:
    • TEAL

      static final int TEAL
      Use a teal color (`#2190a4`).
      Siehe auch:
    • GREEN

      static final int GREEN
      Use a green color (`#3a944a`).
      Siehe auch:
    • YELLOW

      static final int YELLOW
      Use a yellow color (`#c88800`).
      Siehe auch:
    • ORANGE

      static final int ORANGE
      Use a orange color (`#ed5b00`).
      Siehe auch:
    • RED

      static final int RED
      Use a red color (`#e62d42`).
      Siehe auch:
    • PINK

      static final int PINK
      Use a pink color (`#d56199`).
      Siehe auch:
    • PURPLE

      static final int PURPLE
      Use a purple color (`#9141ac`).
      Siehe auch:
    • SLATE

      static final int SLATE
      Use a slate color (`#6f8396`).
      Siehe auch: