I need to change the colour of the action button in Snackbar with a colour that is not pre-defined by Android studio (ie. without using Color.BLUE
, etc).
I have researched on this question in Google/stack overflow. But so far all the tutorials out there only uses default values. But I would like to use hex values (eg. #a1b2c3
)
Thus, I would like to know if this is possible. Thanks in advance :)