Open AhmadullahSaikat opened 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);
It worked for me. I would consider this issue closed.
FloatingActionMenu Color not changed