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

Hello! I have an FloatingActionButton and FloatingActionMenu used in my Fragment (what's driven by ViewPager) after app resuming from termination I get a RuntimeException (crash) Maybe it's my own lifecycle...

I am not unable to change the floating action animation time.It is appearing too quick and I want it slight slow than current time.

On small devices long text is not wrap. It would be nice setting max string length of the label.

bug

I want to reduce the space between fab label and fab button but I dont have acces to fabButton margin.I tried it also giving padding and margin of label as...

Hello there. I have come with feature request. I want to anchor this Fab Menu to other view in layout. Is there any way to do so ? If yes,...

Saw this in `attrs.xml`, but when I try to use it, it crashed.

I am trying to use an icon, instead of the circles, for the floating button. - I tried setting the "src" property but that resulted in the icon being ontop...

i have open menu right after show all icon then click any icon after close all icon how to plz help me

``` Fatal Exception: java.lang.RuntimeException Unable to start activity ComponentInfo{Activity}: android.view.InflateException: Binary XML file line #141: null ``` Where line 141 is `` ``` ``` Caused by android.view.InflateException ``` android.view.LayoutInflater.inflate (LayoutInflater.java:539)...