Clans / FloatingActionButton

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

FloatingActionMenu Color not changed #371

Open AhmadullahSaikat opened 7 years ago

AhmadullahSaikat commented 7 years ago

FloatingActionMenu Color not changed

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);

FranciscoNin commented 7 years ago

It worked for me. I would consider this issue closed.