android-floating-action-button
android-floating-action-button copied to clipboard
Floating Action Button for Android based on Material Design specification
please tell me how to use this function?
Hello friend, Your library is amazing, I used my project gracefully. But problem the don't work below api level 19, because there no support library in the library. So I...
**When using the CardView togather with the FloatingActionsMenu, even if I put the cardview and the floating menu in the CoordinatorLayout and 'set layout_anchor' and 'layout_anchorGravity', some floating buttons will...
hello i'm using FloatingActionsMenu.i successfully added my custom icon with menu_icon.but i have one question(problem) is it a possible to change icon when my menu_icon FloatingActionsMenu is open. I mean...
Hi, I tried adding ripple background to label. To set it I need to add setclickable(true) to label. If I set it then I am loosing selected area for label....
WIth the new Design library from Google comes the CoordinatorLayout that allows the official FAB to react to different events such as scrolling or the entrance/dismiss of a Snackbar below...
Hello . After adding this library to the project. The Offical FloatingActionButton library will not work due to incompatibility and will render the error. Please fix this bug. Thank ....
I cannot create FAB Menu programmatically even I cannot set labelPosition. Why library forces me to use it from xml?
Is there a way to set expandDirection and labelsPosition programmatically?
Can I change the labels font in this way using calligraphy library? ``` xml @drawable/fab_label_background @color/white @string/default_font_path ``` Background and textColor are applied but font remains device default.