setDefaultColorSchemeParams

Sets the default colour scheme to use using DSL syntax.

Since

0.0.1

See also


fun CustomTabsIntent.Builder.setDefaultColorSchemeParams(@ColorInt toolbarColor: Int? = null, @ColorInt secondaryToolbarColor: Int? = null, @ColorInt navigationBarColor: Int? = null, @ColorInt navigationBarDividerColor: Int? = null): CustomTabsIntent.Builder(source)

Sets the default colour scheme to use.

Since

0.0.1

Parameters

See also