CustomTabColorSchemeParams

class CustomTabColorSchemeParams


Contains visual parameters of a Custom Tab that may depend on the color scheme.

Summary

Nested types

Builder class for CustomTabColorSchemeParams objects.

Public properties

@ColorInt Int?

Navigation bar color.

@ColorInt Int?

Navigation bar color.

@ColorInt Int?

Secondary toolbar color.

@ColorInt Int?

Toolbar color.

Public properties

Added in 1.2.0
val navigationBarColor: @ColorInt Int?

Navigation bar color. See setNavigationBarColor.

Added in 1.3.0
val navigationBarDividerColor: @ColorInt Int?

Navigation bar color. See setNavigationBarDividerColor.

secondaryToolbarColor

Added in 1.2.0
val secondaryToolbarColor: @ColorInt Int?

Secondary toolbar color. See setSecondaryToolbarColor.

toolbarColor

Added in 1.2.0
val toolbarColor: @ColorInt Int?

Toolbar color. See setToolbarColor.