Colors

class Colors(    @ColorInt primary: Int,     @ColorInt surface: Int,     @ColorInt component: Int,     @ColorInt componentBorder: Int,     @ColorInt componentDivider: Int,     @ColorInt onComponent: Int,     @ColorInt onSurface: Int,     @ColorInt subtitle: Int,     @ColorInt placeholderText: Int,     @ColorInt appBarIcon: Int,     @ColorInt error: Int) : Parcelable

Constructors

Link copied to clipboard
constructor(    @ColorInt primary: Int,     @ColorInt surface: Int,     @ColorInt component: Int,     @ColorInt componentBorder: Int,     @ColorInt componentDivider: Int,     @ColorInt onComponent: Int,     @ColorInt onSurface: Int,     @ColorInt subtitle: Int,     @ColorInt placeholderText: Int,     @ColorInt appBarIcon: Int,     @ColorInt error: Int)
constructor(    primary: Color,     surface: Color,     component: Color,     componentBorder: Color,     componentDivider: Color,     onComponent: Color,     subtitle: Color,     placeholderText: Color,     onSurface: Color,     appBarIcon: Color,     error: Color)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)