FloatingActionButton
FloatingActionButton copied to clipboard
Android Floating Action Button based on Material Design specification
I want to hide/show FloatingActionButton/Menu on scroll of ListView. How to do this?
Hi, the FloatingActionMenu hides the touch events for underlying Views even if the Menu is closed. Is there any setting to bubble up the touch events? Any help appreciated Thx
Image shows when activity's layout is being recreated after StartActivityForResult https://postimg.org/image/4p2vbamp1/ Github's image upload is down, and imgur as well.
I've got this error when I added 'com.android.support:design:25.3.1' to my project. Exception Details java.lang.NoSuchFieldError: FloatingActionButton_fab_colorNormal at com.github.clans.fab.FloatingActionButton.init(FloatingActionButton.java:120) at com.github.clans.fab.FloatingActionButton.(FloatingActionButton.java:109) at com.github.clans.fab.FloatingActionButton.(FloatingActionButton.java:104) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727) at android.view.LayoutInflater.rInflate_Original(LayoutInflater.java:858) at android.view.LayoutInflater_Delegate.rInflate(LayoutInflater_Delegate.java:70) at...
Hello, Great library, easy to use and import. My only problem is the rotation of the Menu icon ... is there a way to either stop it or make it...
Can anyone please give me guideline how to make floating action menu/button like that way?
How can I make the menu scrollable, If I add ScrollView inside the container it crashes due to TypeCastException. Please suggest a solution.
When we create FloatingActionMenu with 15 FloatingActionButton then we can't scroll it
FloatingActionMenu Color not changed
Menu buttons has visibility property INVISIBLE, better to do GONE, because they're overlap onclick events in user's views.