UIColorConfiguration

public final class UIColorConfiguration

Configuration for colors in ClipShare provided UI.

See https://docs.snapodds.com/docs/mobile-sdk/android/snapodds-operator/customization for customization options

Constructors

Link copied to clipboard
UIColorConfiguration UIColorConfiguration()

Functions

Link copied to clipboard
final Integer getChannelImageBorder()

Border color for channel image

Link copied to clipboard
final Integer getError()

Error label color

Link copied to clipboard
final Integer getPreviewBackground()

Background color for clip preview area

Link copied to clipboard
final Integer getPrimary()

Primary control color

Link copied to clipboard
final Integer getPrimaryAction()

Primary control highlight color

Link copied to clipboard
final Integer getPrimaryActionDisabled()

Primary control disabled color

Link copied to clipboard
final Integer getPrimaryContentBackground()

Main content background color

Link copied to clipboard
final Integer getPrimaryContrast()

Primary Control text color

Link copied to clipboard
final Integer getPrimaryContrastDisabled()

Primary Control Disabled text color

Link copied to clipboard
final Integer getPrimaryInline()

Inline color for progress labels

Link copied to clipboard
final Integer getStandardText()

Standard text color

Link copied to clipboard
final Integer getTrimTimelineBackground()

Background for the trim background

Link copied to clipboard
final Unit setChannelImageBorder(Integer channelImageBorder)

Border color for channel image

Link copied to clipboard
final Unit setError(Integer error)

Error label color

Link copied to clipboard
final Unit setPreviewBackground(Integer previewBackground)

Background color for clip preview area

Link copied to clipboard
final Unit setPrimary(Integer primary)

Primary control color

Link copied to clipboard
final Unit setPrimaryAction(Integer primaryAction)

Primary control highlight color

Link copied to clipboard
final Unit setPrimaryActionDisabled(Integer primaryActionDisabled)

Primary control disabled color

Link copied to clipboard
final Unit setPrimaryContentBackground(Integer primaryContentBackground)

Main content background color

Link copied to clipboard
final Unit setPrimaryContrast(Integer primaryContrast)

Primary Control text color

Link copied to clipboard
final Unit setPrimaryContrastDisabled(Integer primaryContrastDisabled)

Primary Control Disabled text color

Link copied to clipboard
final Unit setPrimaryInline(Integer primaryInline)

Inline color for progress labels

Link copied to clipboard
final Unit setStandardText(Integer standardText)

Standard text color

Link copied to clipboard
final Unit setTrimTimelineBackground(Integer trimTimelineBackground)

Background for the trim background

Properties

Link copied to clipboard
private Integer channelImageBorder

Border color for channel image

Link copied to clipboard
private Integer error

Error label color

Link copied to clipboard
private Integer previewBackground

Background color for clip preview area

Link copied to clipboard
private Integer primary

Primary control color

Link copied to clipboard
private Integer primaryAction

Primary control highlight color

Link copied to clipboard
private Integer primaryActionDisabled

Primary control disabled color

Link copied to clipboard
private Integer primaryContentBackground

Main content background color

Link copied to clipboard
private Integer primaryContrast

Primary Control text color

Link copied to clipboard
private Integer primaryContrastDisabled

Primary Control Disabled text color

Link copied to clipboard
private Integer primaryInline

Inline color for progress labels

Link copied to clipboard
private Integer standardText

Standard text color

Link copied to clipboard
private Integer trimTimelineBackground

Background for the trim background