HarmonizedColorAttributes

A class for specifying color attributes for harmonization, which contains an array of color attributes, with the option to specify a custom theme overlay.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Create HarmonizedColorAttributes with an array of color attributes.
open fun create(@NonNull @AttrRes attributes: Array<Int>, @StyleRes themeOverlay: Int): HarmonizedColorAttributes
Create HarmonizedColorAttributes with a theme overlay, along with an array of attributes in the theme overlay.
Link copied to clipboard
Create HarmonizedColorAttributes with Material default, with Error colors being harmonized.