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. 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

![qq 20150514130102](https://cloud.githubusercontent.com/assets/5752560/7626337/0e23bb0c-fa3a-11e4-8ea3-c5480c1dd30a.png) 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? ![device-2016-08-05-113654](https://cloud.githubusercontent.com/assets/11541922/17424737/d0eac5bc-5b01-11e6-8d64-24d5cca7a5f1.png)

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?