CustomTabColorSchemeParams
public
final
class
CustomTabColorSchemeParams
extends Object
java.lang.Object | |
↳ | androidx.browser.customtabs.CustomTabColorSchemeParams |
Contains visual parameters of a Custom Tab that may depend on the color scheme.
Summary
Nested classes | |
---|---|
class |
CustomTabColorSchemeParams.Builder
Builder class for |
Fields | |
---|---|
public
final
Integer |
navigationBarColor
Navigation bar color. |
public
final
Integer |
secondaryToolbarColor
Secondary toolbar color. |
public
final
Integer |
toolbarColor
Toolbar color. |
Inherited methods | |
---|---|
Fields
navigationBarColor
public final Integer navigationBarColor
Navigation bar color. See CustomTabsIntent.Builder.setNavigationBarColor(int)
.
secondaryToolbarColor
public final Integer secondaryToolbarColor
Secondary toolbar color. See CustomTabsIntent.Builder.setSecondaryToolbarColor(int)
.
toolbarColor
public final Integer toolbarColor
Toolbar color. See CustomTabsIntent.Builder.setToolbarColor(int)
.
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.