android-floating-action-button icon indicating copy to clipboard operation
android-floating-action-button copied to clipboard

Floating Action Button for Android based on Material Design specification

Results 100 android-floating-action-button issues
Sort by recently updated
recently updated
newest added

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.

![Screenshot_2019-09-17-01-43-58](https://user-images.githubusercontent.com/34994498/64990283-23bdc980-d8ed-11e9-94c9-a0d2174f9573.png)

Is there any way to get text around the FloatingActionMenu button as well? ![test](https://cloud.githubusercontent.com/assets/16595870/20316312/3b41afe6-ab59-11e6-9fae-92da4bb82d3b.png)