Closed alvindizon closed 4 years ago
Hey @alvindizon, thanks for bringing that to our attention. This has been fixed in v1.0.1 which is currently available on Maven Central and JCenter (also reflected in the latest commits on master branch should you wish to clone).
This fix allows the use of colorSecondary as well if colorAccent is undefined in the current theme, so you shouldn't have to define both in your case (unless you personally need both in your app). Relevant documentation has also been updated on the project website.
Let me know if v1.0.1 fixes the issue for you.
Thanks, I'll check v1.0.1 out.
Just tried v1.0.1, it fixed the issue. Thanks.
The
ExpandableFab
'sefab_color
doesn't usecolorAccent
despite setting it tocolorSecondary
, it just uses the color black. Tested it on API 25, here's mystyles.xml
My colors.xml:
I know I can just as easily specify my FAB's preferred color or I might just be misunderstanding something, but just thought I should let you guys know what I encountered.