Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.22k stars 1.13k forks source link

Icon tint color not working #361

Open d3bt3ch opened 7 years ago

d3bt3ch commented 7 years ago

tint color has no effect on icon

RafaRuiz commented 7 years ago

Same problem

bvisonl commented 7 years ago

I just removed all the properties from the XML and I am going to set them up programmatically....

FloatingActionMenu fabMenu = (FloatingActionMenu) view.findViewById(R.id.cliente_ver_fab_menu);
fabMenu.setMenuButtonColorNormalResId(R.color.colorAccent);

d3bt3ch commented 7 years ago

Did that work ?

RafaRuiz commented 7 years ago

That painted my background too :P . If I have time I'll send a pull request