toggle menu
edge_dewey
androidJvm
switch theme
search in API
edge_dewey
/
com.microsoft.edge.dewey.snackbar
/
DeweySnackbar
/
Style
Style
data
class
Style
(
@
ColorRes
val
backgroundTintColor
:
Int
,
@
ColorRes
val
textColor
:
Int
,
@
ColorRes
val
actionTextColor
:
Int
,
@
ColorRes
val
iconTintColor
:
Int
)
Style of the Snackbar.
Members
Constructors
Style
Link copied to clipboard
constructor
(
@
ColorRes
backgroundTintColor
:
Int
,
@
ColorRes
textColor
:
Int
,
@
ColorRes
actionTextColor
:
Int
,
@
ColorRes
iconTintColor
:
Int
)
Properties
action
Text
Color
Link copied to clipboard
val
actionTextColor
:
Int
background
Tint
Color
Link copied to clipboard
val
backgroundTintColor
:
Int
icon
Tint
Color
Link copied to clipboard
val
iconTintColor
:
Int
text
Color
Link copied to clipboard
val
textColor
:
Int