android-floating-action-button
android-floating-action-button copied to clipboard
Floating Action Button for Android based on Material Design specification
Hi. I need change color of FloatingActionsMenu in activity class. How can I do it?
I want to change FloatingActionsMenu fab_addButtonColorNormal from my java code. But i can't get any set method for changing color. How i can do that?
I want change the background color on FloatingActionsMenu,I know how to add color on the view by xml,but I need to change the view's background color by code.If you can...
### Example : ``` xml ``` ``` java final FloatingActionButton switch1 = (FloatingActionButton) findViewById(R.id.button_switch_1); final FloatingActionButton switch2 = (FloatingActionButton) findViewById(R.id.button_switch_2); switch1.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Log.d(TAG,...
I have a fab icon menu that contains 2 fab icons I have added icons for the 2 fab icons but I can't add an icon for the main item...
I'm trying to put vector drawables for FloatingActionButton in fab_icon, it throws an exception while inflating, resource not found.

Is there any way to get text around the FloatingActionMenu button as well? 