Open Malrok opened 8 years ago
@Malrok yes i have the same problem .
Came here to open the same issue!!!
It worked for me when I hard-coded in the color!
i.e.
android tint="#E0E0E0"
For some reason, the button didn't "update" the color when I just added a reference to a color (android:tint="@color/lightGrey"). I found the raw color worked, like in above example. Very strange.
this bug fix is must in this VectorDrawable world !
I too have this problem, though it seems that only the mini buttons are affected.
I am using VectorDrawables in my application, and apply a tint to them (via android:tint) However, although the VectorDrawable works, the tint is not applied when in a FloatingActionButton