android-floating-action-button
android-floating-action-button copied to clipboard
Floating Action Button for Android based on Material Design specification
Hi. It would be cool to be able to change the icon of the main button in the FloatingActionsMenu when i click the main button in the FloatingActionsMenu Thanks
 As is seen in the image, I use below xml code, and get that effects. And I add `6dp` attribute in `styles.xml`. ``` ``` **Update:** ``` android:paddingBottom="8dp" android:paddingRight="8dp"...
i don't konw how to change the fab_title font color and fab_title background color?And the icon looks too small in button, the picture used as icon can't cover the whole...
Floating menu button on the keyboard layout when keyboard is scroll up. how can i hide menu button to beyond keyboard layout? 
hello! I know you have merge the pull request [#54](https://github.com/futuresimple/android-floating-action-button/pull/54),but when I add the dependency 'com.getbase:floatingactionbutton:1.10.1' to my `build.gradle`,no fab_colorRipple attribute could be added.Could you tell me what's wrong with...
Hi, First, congratulations for the great job! It's a awesome library. So, I'm trying to use the FAM, but I realized that when I have more FABs or Labels, the...
This is my FAB layout : ``` ``` i am adding the menu buttons dynamically via code like this : `fab_co_applicant.addButton(co_applicant);` now when the menu is expanded there is a...
I want to force my fab menu to button right corner of the layout layout. but there is not any gravity property in this library. how can i do this?