public class ChipDefaults


Contains the default values used by Chip.

Summary

Constants

static final @NonNull ChipColors

The recommended colors for a primary CompactChip.

static final @NonNull ChipColors

The recommended colors for a secondary CompactChip.

static final @NonNull ChipColors

The recommended colors for a primary Chip.

static final @NonNull ChipColors

The recommended colors for a secondary Chip.

static final @NonNull ChipColors

The recommended colors for a primary TitleChip.

static final @NonNull ChipColors

The recommended colors for a secondary TitleChip.

Constants

COMPACT_PRIMARY_COLORS

Added in 1.0.0
public static final @NonNull ChipColors COMPACT_PRIMARY_COLORS

The recommended colors for a primary CompactChip.

COMPACT_SECONDARY_COLORS

Added in 1.0.0
public static final @NonNull ChipColors COMPACT_SECONDARY_COLORS

The recommended colors for a secondary CompactChip.

PRIMARY_COLORS

Added in 1.0.0
public static final @NonNull ChipColors PRIMARY_COLORS

The recommended colors for a primary Chip.

SECONDARY_COLORS

Added in 1.0.0
public static final @NonNull ChipColors SECONDARY_COLORS

The recommended colors for a secondary Chip.

TITLE_PRIMARY_COLORS

Added in 1.0.0
public static final @NonNull ChipColors TITLE_PRIMARY_COLORS

The recommended colors for a primary TitleChip.

TITLE_SECONDARY_COLORS

Added in 1.0.0
public static final @NonNull ChipColors TITLE_SECONDARY_COLORS

The recommended colors for a secondary TitleChip.