setDefaultColorSchemeParams
inline fun CustomTabsIntent.Builder.setDefaultColorSchemeParams(init: CustomTabColorSchemeParams.Builder.() -> Unit): CustomTabsIntent.Builder(source)
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
toolbarColor
secondaryToolbarColor
navigationBarColor
navigationBarDividerColor