toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming
/
ProgressBarTheme
Progress
Bar
Theme
data
class
ProgressBarTheme
(
@
ColorRes
val
primaryBackgroundTint
:
Int
,
@
ColorRes
val
secondaryBackgroundTint
:
Int
,
@
ColorRes
val
primaryTint
:
Int
,
@
ColorRes
val
secondaryTint
:
Int
)
Members
Constructors
Progress
Bar
Theme
Link copied to clipboard
constructor
(
@
ColorRes
primaryBackgroundTint
:
Int
,
@
ColorRes
secondaryBackgroundTint
:
Int
,
@
ColorRes
primaryTint
:
Int
,
@
ColorRes
secondaryTint
:
Int
)
Properties
primary
Background
Tint
Link copied to clipboard
val
primaryBackgroundTint
:
Int
primary
Tint
Link copied to clipboard
val
primaryTint
:
Int
secondary
Background
Tint
Link copied to clipboard
val
secondaryBackgroundTint
:
Int
secondary
Tint
Link copied to clipboard
val
secondaryTint
:
Int
Functions
get
Color
Link copied to clipboard
fun
getColor
(
context
:
Context
,
index
:
Int
=
0
)
:
Int
?