Closed skobelev-dmitriy closed 4 years ago
Hey @skobelev-dmitriy,
When setting the color properties like efabColor
and fabOptionColor
, you must pass an integer value in the form of 0xAARRGGBB
.
You can easily do this by calling ContextCompat.getColor(context, R.color.colorPrimary)
.
The documentation should be clearer, so sorry about that. Will update it now.
Hey @skobelev-dmitriy,
Did the above comment solve your issue?
Hey @skobelev-dmitriy,
Did the above comment solve your issue?
Thanks, this is solve my issue
Good day. When trying to use the efabColor, fabOptionColor properties programmatically, the color changes the first time, but then does not change. Also, after the first setting, the color is displayed incorrectly. I wrote through a translator :)