CustomTabColorSchemeParams

public final 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 fields

final @Nullable @ColorInt Integer

Navigation bar color.

final @Nullable @ColorInt Integer

Navigation bar color.

final @Nullable @ColorInt Integer

Secondary toolbar color.

final @Nullable @ColorInt Integer

Toolbar color.

Public fields

Added in 1.2.0
public final @Nullable @ColorInt Integer navigationBarColor

Navigation bar color. See setNavigationBarColor.

Added in 1.3.0
public final @Nullable @ColorInt Integer navigationBarDividerColor

Navigation bar color. See setNavigationBarDividerColor.

secondaryToolbarColor

Added in 1.2.0
public final @Nullable @ColorInt Integer secondaryToolbarColor

Secondary toolbar color. See setSecondaryToolbarColor.

toolbarColor

Added in 1.2.0
public final @Nullable @ColorInt Integer toolbarColor

Toolbar color. See setToolbarColor.